OpenTTD Source
20241108-master-g80f628063a
|
Public Member Functions | |
LoggedChangeRevision (const std::string &text, uint32_t newgrf, uint16_t slver, uint8_t modified) | |
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 | |
std::string | text |
revision string, _openttd_revision | |
uint32_t | newgrf |
_openttd_newgrf_version | |
uint16_t | slver |
_sl_version | |
uint8_t | modified |
Data Fields inherited from LoggedChange | |
GamelogChangeType | ct |
Definition at line 49 of file gamelog_internal.h.