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

Method damageCooldown

bwapi/BWAPILIB/Source/WeaponType.cpp:537–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535 return defaultWpnDamageBonus[this->getID()];
536 }
537 int WeaponType::damageCooldown() const
538 {
539 return wpnDamageCooldowns[this->getID()];
540 }
541 int WeaponType::damageFactor() const
542 {
543 return wpnDamageFactor[this->getID()];

Callers 2

writeWeaponInfoFunction · 0.80
weaponDamageCooldownMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected