|
OpenTTD Source 20260711-master-g3fb3006dff
|
Holder of the above structure. More...
Data Fields | |
| GRFTextList | textholder |
| StringID | def_string |
| GrfID | 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 48 of file newgrf_text.cpp.
| StringID GRFTextEntry::def_string |
Definition at line 50 of file newgrf_text.cpp.
| GrfID GRFTextEntry::grfid |
Definition at line 51 of file newgrf_text.cpp.
| GRFStringID GRFTextEntry::stringid |
Definition at line 52 of file newgrf_text.cpp.
| GRFTextList GRFTextEntry::textholder |
Definition at line 49 of file newgrf_text.cpp.