OpenTTD Source 20241224-master-gee860a5c8e
GRFTextEntry Struct Reference

Holder of the above structure. More...

Data Fields

GRFTextList textholder
 
StringID def_string
 
uint32_t grfid
 
uint16_t stringid
 

Detailed Description

Holder of the above structure.

Putting both grfid and stringid together allows us to avoid duplicates, since it is NOT SUPPOSED to happen.

Definition at line 66 of file newgrf_text.cpp.

Field Documentation

◆ def_string

StringID GRFTextEntry::def_string

Definition at line 68 of file newgrf_text.cpp.

◆ grfid

uint32_t GRFTextEntry::grfid

Definition at line 69 of file newgrf_text.cpp.

◆ stringid

uint16_t GRFTextEntry::stringid

Definition at line 70 of file newgrf_text.cpp.

◆ textholder

GRFTextList GRFTextEntry::textholder

Definition at line 67 of file newgrf_text.cpp.


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