|
OpenTTD Source 20251104-master-g3befbdd52f
|
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 226 of file station_cmd.cpp.
|
inline |
Definition at line 230 of file station_cmd.cpp.
|
inline |
Definition at line 236 of file station_cmd.cpp.
| std::bitset<NUM_INDUSTRYTYPES> StationNameInformation::indtypes |
Bit set indicating when an industry type has been found.
Definition at line 228 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 227 of file station_cmd.cpp.