|
OpenTTD Source 20260206-master-g4d4e37dbf1
|
Data Fields | |
| StationClassID | sel_class |
| Selected station class. | |
| uint16_t | sel_type |
| Selected station type within the class. | |
| Axis | axis |
| Selected orientation of the station. | |
Definition at line 70 of file rail_gui.cpp.
| Axis StationPickerSelection::axis |
Selected orientation of the station.
Definition at line 73 of file rail_gui.cpp.
Referenced by PlaceRail_Station().
| StationClassID StationPickerSelection::sel_class |
Selected station class.
Definition at line 71 of file rail_gui.cpp.
Referenced by PlaceRail_Station().
| uint16_t StationPickerSelection::sel_type |
Selected station type within the class.
Definition at line 72 of file rail_gui.cpp.
Referenced by PlaceRail_Station().