|
OpenTTD Source 20260208-master-g43af8e94d0
|
Public Member Functions | |
| LoggedChangeMode (uint8_t mode, LandscapeType landscape) | |
| void | FormatTo (std::back_insert_iterator< std::string > &output_iterator, GrfIDMapping &grf_names, GamelogActionType action_type) override |
| Format the content of this change into the given output. | |
| Public Member Functions inherited from LoggedChange | |
| LoggedChange (GamelogChangeType type=GLCT_NONE) | |
Data Fields | |
| uint8_t | mode = 0 |
| new game mode - Editor x Game | |
| LandscapeType | landscape {} |
| landscape (temperate, arctic, ...) | |
| Data Fields inherited from LoggedChange | |
| GamelogChangeType | ct {} |
Definition at line 47 of file gamelog_internal.h.
|
inline |
Definition at line 48 of file gamelog_internal.h.
|
inline |
Definition at line 49 of file gamelog_internal.h.
|
overridevirtual |
Format the content of this change into the given output.
| output_iterator | Destination of the formatted content. |
| grf_names | Cache/mapping of names of NewGRFs seen in the logs. |
| action_type | The context in which this method was called. |
Implements LoggedChange.
Definition at line 170 of file gamelog.cpp.
| LandscapeType LoggedChangeMode::landscape {} |
landscape (temperate, arctic, ...)
Definition at line 54 of file gamelog_internal.h.
Referenced by FormatTo(), and Gamelog::TestMode().
| uint8_t LoggedChangeMode::mode = 0 |
new game mode - Editor x Game
Definition at line 53 of file gamelog_internal.h.
Referenced by FormatTo(), and Gamelog::TestMode().