OpenTTD Source 20250511-master-gf2b48bad79
|
Information to handle station action 0 property 24 correctly. More...
Public Member Functions | |
bool | IsAvailable (StringID str) const |
void | SetUsed (StringID str) |
Data Fields | |
std::bitset< STR_SV_STNAME_FALLBACK - STR_SV_STNAME > | used_names |
Used default station suffixes. | |
std::bitset< NUM_INDUSTRYTYPES > | indtypes |
Bit set indicating when an industry type has been found. | |
Information to handle station action 0 property 24 correctly.
Definition at line 224 of file station_cmd.cpp.
|
inline |
Definition at line 228 of file station_cmd.cpp.
|
inline |
Definition at line 234 of file station_cmd.cpp.
std::bitset<NUM_INDUSTRYTYPES> StationNameInformation::indtypes |
Bit set indicating when an industry type has been found.
Definition at line 226 of file station_cmd.cpp.
Referenced by GenerateStationName().
std::bitset<STR_SV_STNAME_FALLBACK - STR_SV_STNAME> StationNameInformation::used_names |
Used default station suffixes.
Definition at line 225 of file station_cmd.cpp.