MCPcopy 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
15bool AIController::IsCampaign() const
16{
17 return !!(this->wFlags & CONTROLLER_IS_CAMPAIGN);
18}
19
20int AIController::GetCastingCooldown() const
21{

Callers 3

Military.cppFile · 0.80
TaskSpellcasterMethod · 0.80
RunComputerAIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected