Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ execute
Method
execute
bwapi/BWScriptEmulator/Build_Bunkers.cpp:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
Build_Bunkers build_turrets_impl(AISCRIPT::Enum::BUILD_TURRETS);
8
9
bool Build_Bunkers::execute(aithread &thread) const
10
{
11
thread.saveDebug(Text::Red, this->getOpcode());
12
return true;
13
}
Callers
nothing calls this directly
Calls
2
saveDebug
Method · 0.80
getOpcode
Method · 0.80
Tested by
no test coverage detected