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

Method getGroundWeaponCooldown

bwapi/Shared/UnitShared.cpp:163–166  ·  view source on GitHub ↗

--------------------------------------------- GET GROUND WEAPON COOLDOWN ---------------------------------

Source from the content-addressed store, hash-verified

161 }
162 //--------------------------------------------- GET GROUND WEAPON COOLDOWN ---------------------------------
163 int UnitImpl::getGroundWeaponCooldown() const
164 {
165 return self->groundWeaponCooldown;
166 }
167 //--------------------------------------------- GET AIR WEAPON COOLDOWN ------------------------------------
168 int UnitImpl::getAirWeaponCooldown() const
169 {

Callers 1

onFrameMethod · 0.45

Calls

no outgoing calls

Tested by 1

onFrameMethod · 0.36