Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
int AIController::GetCastingCooldown() const
21
{
22
return this->castingCooldown;
23
}
24
void AIController::SetCastingCooldown(int time)
25
{
26
this->castingCooldown = time;
Callers
1
TaskSpellcaster
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected