OpenTTD Source  20241108-master-g80f628063a
LoggedChangeOldVersion Struct Reference
Inheritance diagram for LoggedChangeOldVersion:
LoggedChange

Public Member Functions

 LoggedChangeOldVersion (uint32_t type, uint32_t version)
 
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

uint32_t type
 type of savegame, More...
 
uint32_t version
 major and minor version OR ttdp version
 
- Data Fields inherited from LoggedChange
GamelogChangeType ct
 

Detailed Description

Definition at line 61 of file gamelog_internal.h.

Field Documentation

◆ type

uint32_t LoggedChangeOldVersion::type

type of savegame,

See also
SavegameType

Definition at line 67 of file gamelog_internal.h.


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