|
OpenTTD Source 20251104-master-g3befbdd52f
|
Public Member Functions | |
| LoggedChangeSettingChanged (const std::string &name, int32_t oldval, int32_t newval) | |
| 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 | name {} |
| name of the setting | |
| int32_t | oldval = 0 |
| old value | |
| int32_t | newval = 0 |
| new value | |
Data Fields inherited from LoggedChange | |
| GamelogChangeType | ct {} |
Definition at line 114 of file gamelog_internal.h.
|
inline |
Definition at line 115 of file gamelog_internal.h.
|
inline |
Definition at line 116 of file gamelog_internal.h.
|
overridevirtual |
Implements LoggedChange.
Definition at line 224 of file gamelog.cpp.
| std::string LoggedChangeSettingChanged::name {} |
name of the setting
Definition at line 120 of file gamelog_internal.h.
| int32_t LoggedChangeSettingChanged::newval = 0 |
new value
Definition at line 122 of file gamelog_internal.h.
| int32_t LoggedChangeSettingChanged::oldval = 0 |
old value
Definition at line 121 of file gamelog_internal.h.