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

Method execute

bwapi/BWScriptEmulator/Clear_Combatdata.cpp:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6IMPLEMENT(Clear_Combatdata);
7
8bool Clear_Combatdata::execute(aithread &thread) const
9{
10 // ClearCombatData(this->location);
11
12 // Debug and return
13 thread.saveDebug(Text::Red, this->getOpcode());
14 return true;
15}

Callers

nothing calls this directly

Calls 2

saveDebugMethod · 0.80
getOpcodeMethod · 0.80

Tested by

no test coverage detected