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

Method execute

bwapi/BWScriptEmulator/Wait.cpp:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6IMPLEMENT(Wait);
7
8bool Wait::execute(aithread &thread) const
9{
10 // Retrieve parameters
11 WORD wFrames;
12 thread.readTuple( std::tie(wFrames) );
13
14 thread.saveDebug(Text::Green, this->getOpcode(), "%u", wFrames);
15 thread.noretry();
16 return false;
17}

Callers

nothing calls this directly

Calls 4

saveDebugMethod · 0.80
getOpcodeMethod · 0.80
noretryMethod · 0.80
readTupleMethod · 0.45

Tested by

no test coverage detected