Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
canAttack
Method · 0.95
canAttackUnit
Function · 0.80
writeUnitInfo
Function · 0.80
getDamageFromImpl
Function · 0.80
isInWeaponRange
Method · 0.80
Filters.cpp
File · 0.80
update
Method · 0.80
Calls
1
getID
Method · 0.45
Tested by
1
update
Method · 0.64