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

Method execute

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

Source from the content-addressed store, hash-verified

6IMPLEMENT(Killable);
7
8bool Killable::execute(aithread &thread) const
9{
10 thread.setFlags(AI_THREAD_KILLABLE);
11
12 // Save debug info and return
13 thread.saveDebug(Text::Green, this->getOpcode());
14 return true;
15}

Callers

nothing calls this directly

Calls 3

saveDebugMethod · 0.80
getOpcodeMethod · 0.80
setFlagsMethod · 0.45

Tested by

no test coverage detected