|
OpenTTD Source
14.0-beta1
|
Public Member Functions | |
| LoggedChangeRevision (const std::string &text, uint32_t newgrf, uint16_t slver, byte 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 | |
| byte | modified |
Data Fields inherited from LoggedChange | |
| GamelogChangeType | ct |
Definition at line 49 of file gamelog_internal.h.