MCPcopy Create free account
hub / github.com/bwapi/bwapi / getAirDistance

Method getAirDistance

bwapi/BWAPI/Source/BW/Pathing.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 int region::getAirDistance(region *dst) const
39 {
40 return dst->getCenter().getApproxDistance(this->getCenter());
41 }
42
43 region *region::getNeighbor(u8 index) const
44 {

Callers

nothing calls this directly

Calls 2

getCenterMethod · 0.95
getApproxDistanceMethod · 0.80

Tested by

no test coverage detected