|
OpenTTD Source 20251104-master-g3befbdd52f
|
Data Fields | |
| uint32_t | grfid |
| GRF ID of NewGRF. | |
| std::vector< TownNameStyle > | styles |
| Style names defined by the Town Name NewGRF. | |
| std::vector< NamePartList > | partlists [MAX_LISTS] |
| Lists of town name parts. | |
Static Public Attributes | |
| static const uint | MAX_LISTS = 128 |
| Maximum number of town name lists that can be defined per GRF. | |
Definition at line 38 of file newgrf_townname.h.
| uint32_t GRFTownName::grfid |
GRF ID of NewGRF.
Definition at line 41 of file newgrf_townname.h.
|
static |
Maximum number of town name lists that can be defined per GRF.
Definition at line 39 of file newgrf_townname.h.
Referenced by FeatureTownName().
| std::vector<NamePartList> GRFTownName::partlists[MAX_LISTS] |
Lists of town name parts.
Definition at line 43 of file newgrf_townname.h.
Referenced by FeatureTownName().
| std::vector<TownNameStyle> GRFTownName::styles |
Style names defined by the Town Name NewGRF.
Definition at line 42 of file newgrf_townname.h.
Referenced by FeatureTownName(), and InitGRFTownGeneratorNames().