OpenTTD Source 20260208-master-g43af8e94d0
RoadStopPickerSelection Struct Reference

Data Fields

RoadStopClassID sel_class
 Selected road stop class.
uint16_t sel_type
 Selected road stop type within the class.
DiagDirection orientation
 Selected orientation of the road stop.

Detailed Description

Definition at line 77 of file road_gui.cpp.

Field Documentation

◆ orientation

DiagDirection RoadStopPickerSelection::orientation

Selected orientation of the road stop.

Definition at line 80 of file road_gui.cpp.

◆ sel_class

RoadStopClassID RoadStopPickerSelection::sel_class

Selected road stop class.

Definition at line 78 of file road_gui.cpp.

◆ sel_type

uint16_t RoadStopPickerSelection::sel_type

Selected road stop type within the class.

Definition at line 79 of file road_gui.cpp.


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