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

Method damageFactor

bwapi/BWAPILIB/Source/WeaponType.cpp:541–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539 return wpnDamageCooldowns[this->getID()];
540 }
541 int WeaponType::damageFactor() const
542 {
543 return wpnDamageFactor[this->getID()];
544 }
545 UpgradeType WeaponType::upgradeType() const
546 {
547 return wpnInternalUpgrades::upgrade[this->getID()];

Callers 3

writeWeaponInfoFunction · 0.80
getDamageFromImplFunction · 0.80
damageMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected