|
OpenTTD Source 20251117-master-g7398d2e290
|
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().