|
OpenTTD Source
14.0-beta3
|
Public Member Functions | |
| LoggedChangeOldVersion (uint32_t type, uint32_t version) | |
| 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 | type |
| type of savegame, More... | |
| uint32_t | version |
| major and minor version OR ttdp version | |
Data Fields inherited from LoggedChange | |
| GamelogChangeType | ct |
Definition at line 61 of file gamelog_internal.h.
| uint32_t LoggedChangeOldVersion::type |