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

Method damageBonus

bwapi/BWAPILIB/Source/WeaponType.cpp:533–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 return defaultWpnDamageAmt[this->getID()];
532 }
533 int WeaponType::damageBonus() const
534 {
535 return defaultWpnDamageBonus[this->getID()];
536 }
537 int WeaponType::damageCooldown() const
538 {
539 return wpnDamageCooldowns[this->getID()];

Callers 2

writeWeaponInfoFunction · 0.80
damageMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected