Common return value for all commands.
Types related to commands.
@ CMDT_VEHICLE_MANAGEMENT
Stopping, starting, sending to depot, turning around, replace orders etc.
@ Location
the command has implicit location argument.
@ CMD_TURN_ROADVEH
turn a road vehicle around
Types related to engines.
bool RoadVehiclesAreBuilt()
Verify whether a road vehicle is available.
CommandCost CmdTurnRoadVeh(DoCommandFlags flags, VehicleID veh_id)
Turn a roadvehicle around.
CommandCost CmdBuildRoadVehicle(DoCommandFlags flags, TileIndex tile, const Engine *e, Vehicle **v)
Build a road vehicle.
Buses, trucks and trams belong to this class.
Types related to vehicles.