|
OpenTTD Source 20260208-master-g43af8e94d0
|
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. | |
Definition at line 77 of file road_gui.cpp.
| DiagDirection RoadStopPickerSelection::orientation |
Selected orientation of the road stop.
Definition at line 80 of file road_gui.cpp.
| RoadStopClassID RoadStopPickerSelection::sel_class |
Selected road stop class.
Definition at line 78 of file road_gui.cpp.
| uint16_t RoadStopPickerSelection::sel_type |
Selected road stop type within the class.
Definition at line 79 of file road_gui.cpp.