|
OpenTTD Source
14.0-beta3
|
Public Member Functions | |
| LoggedChangeGRFBug (uint64_t data, uint32_t grfid, byte bug) | |
| void | FormatTo (std::back_insert_iterator< std::string > &output_iterator, GrfIDMapping &grf_names, GamelogActionType action_type) override |
Public Member Functions inherited from LoggedChange | |
| LoggedChange (GamelogChangeType type=GLCT_NONE) | |
Data Fields | |
| uint64_t | data |
| additional data | |
| uint32_t | grfid |
| ID of problematic GRF. | |
| byte | bug |
| type of bug, More... | |
Data Fields inherited from LoggedChange | |
| GamelogChangeType | ct |
Definition at line 124 of file gamelog_internal.h.
| byte LoggedChangeGRFBug::bug |