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

Method execute

bwapi/BWScriptEmulator/Harass_Factor.cpp:10–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8IMPLEMENT(Harass_Factor);
9
10bool Harass_Factor::execute(aithread &thread) const
11{
12 // Parameters
13 WORD wUnknown;
14 thread.readTuple( std::tie( wUnknown ) );
15
16 // HarassFactor(wUnk);
17
18 // Save debug info and return
19 thread.saveDebug(Text::Red, this->getOpcode(), "%u", wUnknown);
20 return true;
21}

Callers

nothing calls this directly

Calls 3

saveDebugMethod · 0.80
getOpcodeMethod · 0.80
readTupleMethod · 0.45

Tested by

no test coverage detected