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

Method seekRange

bwapi/BWAPILIB/Source/UnitType.cpp:2308–2311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2306 return this->dimensionUp() + 1 + this->dimensionDown();
2307 }
2308 int UnitType::seekRange() const
2309 {
2310 return seekRangeTiles[this->getID()] * 32;
2311 }
2312 int UnitType::sightRange() const
2313 {
2314 return sightRangeTiles[this->getID()] * 32;

Callers 2

FindNewAttackTargetMethod · 0.80
writeUnitInfoFunction · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected