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

Method minRange

bwapi/BWAPILIB/Source/WeaponType.cpp:557–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555 return wpnInternalExplosionType::explosionType[this->getID()];
556 }
557 int WeaponType::minRange() const
558 {
559 return wpnMinRange[this->getID()];
560 }
561 int WeaponType::maxRange() const
562 {
563 return wpnMaxRange[this->getID()];

Callers 3

writeWeaponInfoFunction · 0.80
getUnitsInWeaponRangeMethod · 0.80
isInWeaponRangeMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected