OpenTTD Source 20241224-master-gf74b0cf984
StationNameInformation Struct Reference

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_INDUSTRYTYPESindtypes
 Bit set indicating when an industry type has been found.
 

Detailed Description

Information to handle station action 0 property 24 correctly.

Definition at line 225 of file station_cmd.cpp.

Field Documentation

◆ free_names

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().

◆ indtypes

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().


The documentation for this struct was generated from the following file: