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

Method maxAirHits

bwapi/BWAPILIB/Source/UnitType.cpp:2328–2331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2326 return unitWeapons::airWeapon[this->getID()];
2327 }
2328 int UnitType::maxAirHits() const
2329 {
2330 return airWeaponHits[this->getID()];
2331 }
2332 double UnitType::topSpeed() const
2333 {
2334 return unitTopSpeeds[this->getID()];

Callers 1

writeUnitInfoFunction · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected