OpenTTD Source  20240919-master-gdf0233f4c2
LoggedChangeRevision Struct Reference
Inheritance diagram for LoggedChangeRevision:
LoggedChange

Public Member Functions

 LoggedChangeRevision (const std::string &text, uint32_t newgrf, uint16_t slver, uint8_t 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
 
uint8_t modified
 
- Data Fields inherited from LoggedChange
GamelogChangeType ct
 

Detailed Description

Definition at line 49 of file gamelog_internal.h.


The documentation for this struct was generated from the following files: