|
OpenTTD Source 20251117-master-g7398d2e290
|
Holder of the above structure. More...
Data Fields | |
| GRFTextList | textholder |
| StringID | def_string |
| uint32_t | grfid |
| GRFStringID | stringid |
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 69 of file newgrf_text.cpp.
| StringID GRFTextEntry::def_string |
Definition at line 71 of file newgrf_text.cpp.
| uint32_t GRFTextEntry::grfid |
Definition at line 72 of file newgrf_text.cpp.
| GRFStringID GRFTextEntry::stringid |
Definition at line 73 of file newgrf_text.cpp.
| GRFTextList GRFTextEntry::textholder |
Definition at line 70 of file newgrf_text.cpp.