|
OpenTTD Source 20260206-master-g4d4e37dbf1
|
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.