MCPcopy 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

7Build_Bunkers build_turrets_impl(AISCRIPT::Enum::BUILD_TURRETS);
8
9bool 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

saveDebugMethod · 0.80
getOpcodeMethod · 0.80

Tested by

no test coverage detected