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

Method damageType

bwapi/BWAPILIB/Source/WeaponType.cpp:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547 return wpnInternalUpgrades::upgrade[this->getID()];
548 }
549 DamageType WeaponType::damageType() const
550 {
551 return wpnInternalDamageType::damageType[this->getID()];
552 }
553 ExplosionType WeaponType::explosionType() const
554 {
555 return wpnInternalExplosionType::explosionType[this->getID()];

Callers 2

writeWeaponInfoFunction · 0.80
getDamageFromImplFunction · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected