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

Method maxRange

bwapi/BWAPILIB/Source/WeaponType.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559 return wpnMinRange[this->getID()];
560 }
561 int WeaponType::maxRange() const
562 {
563 return wpnMaxRange[this->getID()];
564 }
565 int WeaponType::innerSplashRadius() const
566 {
567 return wpnSplashRangeInner[this->getID()];

Callers 2

writeWeaponInfoFunction · 0.80
weaponMaxRangeMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected