|
OpenTTD Source 20251104-master-g3befbdd52f
|
Data Fields | |
| RoadStopClassID | sel_class |
| Selected road waypoint class. | |
| uint16_t | sel_type |
| Selected road waypoint type within the class. | |
Definition at line 70 of file road_gui.cpp.
| RoadStopClassID RoadWaypointPickerSelection::sel_class |
Selected road waypoint class.
Definition at line 71 of file road_gui.cpp.
Referenced by RoadWaypointPickerCallbacks::GetSelectedClass(), BuildRoadToolbarWindow::OnPlaceMouseUp(), and RoadWaypointPickerCallbacks::SetSelectedClass().
| uint16_t RoadWaypointPickerSelection::sel_type |
Selected road waypoint type within the class.
Definition at line 72 of file road_gui.cpp.
Referenced by RoadWaypointPickerCallbacks::GetSelectedType(), BuildRoadToolbarWindow::OnPlaceMouseUp(), and RoadWaypointPickerCallbacks::SetSelectedType().