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

Method maxGroundHits

bwapi/BWAPILIB/Source/UnitType.cpp:2320–2323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2318 return unitWeapons::groundWeapon[this->getID()];
2319 }
2320 int UnitType::maxGroundHits() const
2321 {
2322 return groundWeaponHits[this->getID()];
2323 }
2324 WeaponType UnitType::airWeapon() const
2325 {
2326 return unitWeapons::airWeapon[this->getID()];

Callers 1

writeUnitInfoFunction · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected