Home
last modified time | relevance | path

Searched refs:SendToDepot (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dvehicle_base.h767 CommandCost SendToDepot(DoCommandFlag flags, DepotCommand command);
H A Dvehicle_cmd.cpp1060 return v->SendToDepot(flags, (DepotCommand)(p1 & DEPOT_COMMAND_MASK)); in CmdSendVehicleToDepot()
H A Dvehicle.cpp2376 CommandCost Vehicle::SendToDepot(DoCommandFlag flags, DepotCommand command) in SendToDepot() function in Vehicle