|
OpenTTD Source 20251104-master-g3befbdd52f
|
Public Member Functions | |
| LoggedChangeGRFBug (uint64_t data, uint32_t grfid, GRFBug bug) | |
| 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 | |
| uint64_t | data = 0 |
| additional data | |
| uint32_t | grfid = 0 |
| ID of problematic GRF. | |
| GRFBug | bug {} |
| type of bug, | |
Data Fields inherited from LoggedChange | |
| GamelogChangeType | ct {} |
Definition at line 125 of file gamelog_internal.h.
|
inline |
Definition at line 126 of file gamelog_internal.h.
|
inline |
Definition at line 127 of file gamelog_internal.h.
|
overridevirtual |
Implements LoggedChange.
Definition at line 292 of file gamelog.cpp.
| GRFBug LoggedChangeGRFBug::bug {} |
type of bug,
Definition at line 133 of file gamelog_internal.h.
Referenced by Gamelog::GRFBugReverse().
| uint64_t LoggedChangeGRFBug::data = 0 |
additional data
Definition at line 131 of file gamelog_internal.h.
Referenced by Gamelog::GRFBugReverse().
| uint32_t LoggedChangeGRFBug::grfid = 0 |
ID of problematic GRF.
Definition at line 132 of file gamelog_internal.h.
Referenced by Gamelog::GRFBugReverse().