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

Public Member Functions

 LoggedChangeGRFMoved (uint32_t grfid, int32_t offset)
 
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 grfid
 ID of moved GRF.
 
int32_t offset
 offset, positive = move down
 
- Data Fields inherited from LoggedChange
GamelogChangeType ct
 

Detailed Description

Definition at line 103 of file gamelog_internal.h.


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