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

Method airWeapon

bwapi/BWAPILIB/Source/UnitType.cpp:2324–2327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2322 return groundWeaponHits[this->getID()];
2323 }
2324 WeaponType UnitType::airWeapon() const
2325 {
2326 return unitWeapons::airWeapon[this->getID()];
2327 }
2328 int UnitType::maxAirHits() const
2329 {
2330 return airWeaponHits[this->getID()];

Callers 7

canAttackMethod · 0.95
canAttackUnitFunction · 0.80
writeUnitInfoFunction · 0.80
getDamageFromImplFunction · 0.80
isInWeaponRangeMethod · 0.80
Filters.cppFile · 0.80
updateMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by 1

updateMethod · 0.64