|
OpenTTD Source 15.0-beta1
|
Information to handle station action 0 property 24 correctly. More...
Data Fields | |
| uint32_t | free_names |
| Current bitset of free names (we can remove names). | |
| 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 225 of file station_cmd.cpp.
| uint32_t StationNameInformation::free_names |
Current bitset of free names (we can remove names).
Definition at line 226 of file station_cmd.cpp.
Referenced by FindNearIndustryName(), and GenerateStationName().
| std::bitset<NUM_INDUSTRYTYPES> StationNameInformation::indtypes |
Bit set indicating when an industry type has been found.
Definition at line 227 of file station_cmd.cpp.
Referenced by FindNearIndustryName().