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

Method getCenter

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

Source from the content-addressed store, hash-verified

48 }
49
50 Position region::getCenter() const
51 {
52 return BW::Position(static_cast<s16>(this->rgnCenterX >> 8), static_cast<s16>(this->rgnCenterY >> 8));
53 }
54
55 u16 region::getIndex() const
56 {

Callers 3

getAirDistanceMethod · 0.95
RegionImplMethod · 0.45
UpdateRegionRelationsMethod · 0.45

Calls 1

PositionClass · 0.50

Tested by

no test coverage detected