MCPcopy Create free account
hub / github.com/bwapi/bwapi / execute

Method execute

bwapi/BWScriptEmulator/Set_Gencmd.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6IMPLEMENT(Set_Gencmd);
7
8bool Set_Gencmd::execute(aithread &thread) const
9{
10 // Set generic command target
11 MainController.genCmdTarget = thread.getLocation();
12
13 // Debug
14 thread.saveDebug(Text::Green, this->getOpcode());
15 return true;
16}

Callers

nothing calls this directly

Calls 3

getLocationMethod · 0.80
saveDebugMethod · 0.80
getOpcodeMethod · 0.80

Tested by

no test coverage detected