OpenTTD Source 20241224-master-gee860a5c8e
|
Data Fields | |
RoadStopClassID | sel_class |
Selected road waypoint class. | |
uint16_t | sel_type |
Selected road waypoint type within the class. | |
Definition at line 69 of file road_gui.cpp.
RoadStopClassID RoadWaypointPickerSelection::sel_class |
Selected road waypoint class.
Definition at line 70 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 71 of file road_gui.cpp.
Referenced by RoadWaypointPickerCallbacks::GetSelectedType(), BuildRoadToolbarWindow::OnPlaceMouseUp(), and RoadWaypointPickerCallbacks::SetSelectedType().