OpenTTD Source 20260206-master-g4d4e37dbf1
StationPickerSelection Struct Reference

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.

Detailed Description

Definition at line 70 of file rail_gui.cpp.

Field Documentation

◆ axis

Axis StationPickerSelection::axis

Selected orientation of the station.

Definition at line 73 of file rail_gui.cpp.

Referenced by PlaceRail_Station().

◆ sel_class

StationClassID StationPickerSelection::sel_class

Selected station class.

Definition at line 71 of file rail_gui.cpp.

Referenced by PlaceRail_Station().

◆ sel_type

uint16_t StationPickerSelection::sel_type

Selected station type within the class.

Definition at line 72 of file rail_gui.cpp.

Referenced by PlaceRail_Station().


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