OpenTTD Source
20241108-master-g80f628063a
|
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.