MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / IsInDepot

Method IsInDepot

src/script/api/script_vehicle.cpp:216–220  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

214}
215
216/* static */ bool ScriptVehicle::IsInDepot(VehicleID vehicle_id)
217{
218 if (!IsValidVehicle(vehicle_id)) return false;
219 return ::Vehicle::Get(vehicle_id)->IsChainInDepot();
220}
221
222/* static */ bool ScriptVehicle::IsStoppedInDepot(VehicleID vehicle_id)
223{

Callers

nothing calls this directly

Calls 1

IsChainInDepotMethod · 0.45

Tested by

no test coverage detected