|
OpenTTD Source 20260505-master-g275ba48eea
|
Result of GetVehicleFromDepotWndPt that tries to determine the action to perform. More...
Data Fields | |
| DepotGUIAction | action |
| Action to perform. | |
| const Vehicle * | vehicle = nullptr |
| The vehicle, or head of vehicle, to perform the action on. | |
| const Vehicle * | wagon = nullptr |
| The wagon to perform the action on. Only set for DragVehicle actions on trains. | |
Result of GetVehicleFromDepotWndPt that tries to determine the action to perform.
Definition at line 474 of file depot_gui.cpp.
| DepotGUIAction DepotWindow::DepotActionResult::action |
Action to perform.
Definition at line 475 of file depot_gui.cpp.
Referenced by DepotWindow::DepotClick(), DepotWindow::OnDragDrop(), DepotWindow::OnMouseDrag(), and DepotWindow::OnRightClick().
| const Vehicle* DepotWindow::DepotActionResult::vehicle = nullptr |
The vehicle, or head of vehicle, to perform the action on.
Definition at line 476 of file depot_gui.cpp.
Referenced by DepotWindow::DepotClick(), DepotWindow::OnDragDrop(), DepotWindow::OnMouseDrag(), and DepotWindow::OnRightClick().
| const Vehicle* DepotWindow::DepotActionResult::wagon = nullptr |
The wagon to perform the action on. Only set for DragVehicle actions on trains.
Definition at line 477 of file depot_gui.cpp.
Referenced by DepotWindow::DepotClick(), DepotWindow::OnDragDrop(), DepotWindow::OnMouseDrag(), and DepotWindow::OnRightClick().