Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ IsCampaign
Method
IsCampaign
bwapi/BWScriptEmulator/Controller.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
bool AIController::IsCampaign() const
16
{
17
return !!(this->wFlags & CONTROLLER_IS_CAMPAIGN);
18
}
19
20
int AIController::GetCastingCooldown() const
21
{
Callers
3
Military.cpp
File · 0.80
TaskSpellcaster
Method · 0.80
RunComputerAI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected