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

Method medianSplashRadius

bwapi/BWAPILIB/Source/WeaponType.cpp:569–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567 return wpnSplashRangeInner[this->getID()];
568 }
569 int WeaponType::medianSplashRadius() const
570 {
571 return wpnSplashRangeMid[this->getID()];
572 }
573 int WeaponType::outerSplashRadius() const
574 {
575 return wpnSplashRangeOuter[this->getID()];

Callers 1

writeWeaponInfoFunction · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected