OpenTTD Source
20241108-master-g80f628063a
|
Public Member Functions | |
LoggedChangeGRFBug (uint64_t data, uint32_t grfid, uint8_t 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. | |
uint8_t | bug |
type of bug, More... | |
Data Fields inherited from LoggedChange | |
GamelogChangeType | ct |
Definition at line 124 of file gamelog_internal.h.
uint8_t LoggedChangeGRFBug::bug |