OpenTTD Source 20241224-master-gf74b0cf984
|
Data Fields | |
uint8_t | bitstart |
Start of random seed bits to use. | |
uint8_t | bitcount |
Number of bits of random seed to use. | |
uint16_t | maxprob |
Total probability of all parts. | |
std::vector< NamePart > | parts |
List of parts to choose from. | |
Definition at line 24 of file newgrf_townname.h.
uint8_t NamePartList::bitcount |
Number of bits of random seed to use.
Definition at line 26 of file newgrf_townname.h.
Referenced by FeatureTownName().
uint8_t NamePartList::bitstart |
Start of random seed bits to use.
Definition at line 25 of file newgrf_townname.h.
Referenced by FeatureTownName().
uint16_t NamePartList::maxprob |
Total probability of all parts.
Definition at line 27 of file newgrf_townname.h.
Referenced by FeatureTownName().
std::vector<NamePart> NamePartList::parts |
List of parts to choose from.
Definition at line 28 of file newgrf_townname.h.
Referenced by FeatureTownName().