OpenTTD Source
20241125-master-g5b02f51e17
|
Public Member Functions | |
LoggedChangeGRFRemoved (uint32_t grfid) | |
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 | |
uint32_t | grfid |
ID of removed GRF. | |
Data Fields inherited from LoggedChange | |
GamelogChangeType | ct |
Definition at line 78 of file gamelog_internal.h.