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

Method GetCastingCooldown

bwapi/BWScriptEmulator/Controller.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20int AIController::GetCastingCooldown() const
21{
22 return this->castingCooldown;
23}
24void AIController::SetCastingCooldown(int time)
25{
26 this->castingCooldown = time;

Callers 1

TaskSpellcasterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected