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

Method FindClosestDepot

src/ship_cmd.cpp:934–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932}
933
934ClosestDepot Ship::FindClosestDepot()
935{
936 const Depot *depot = FindClosestShipDepot(this, MAX_SHIP_DEPOT_SEARCH_DISTANCE);
937 if (depot == nullptr) return ClosestDepot();
938
939 return ClosestDepot(depot->xy, depot->index);
940}

Callers 2

UpdateOrderDestFunction · 0.45
AfterLoadGameFunction · 0.45

Calls 2

FindClosestShipDepotFunction · 0.85
ClosestDepotClass · 0.85

Tested by

no test coverage detected