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

Public Member Functions

 LoggedChangeGRFBug (uint64_t data, uint32_t grfid, uint8_t 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
 additional data
 
uint32_t grfid
 ID of problematic GRF.
 
uint8_t bug
 type of bug, More...
 
- Data Fields inherited from LoggedChange
GamelogChangeType ct
 

Detailed Description

Definition at line 124 of file gamelog_internal.h.

Field Documentation

◆ bug

uint8_t LoggedChangeGRFBug::bug

type of bug,

See also
enum GRFBugs

Definition at line 132 of file gamelog_internal.h.


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