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

Method execute

bwapi/BWScriptEmulator/Attack_Do.cpp:10–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8IMPLEMENT(Attack_Do);
9
10bool Attack_Do::execute(aithread &thread) const
11{
12 //if ( !AI_AttackManager(thisLocation, 1, 0) )
13 // return thread.retry();
14
15
16 // Save debug info and return
17 thread.saveDebug(Text::Red, this->getOpcode());
18 return thread.noretry();
19}

Callers

nothing calls this directly

Calls 3

saveDebugMethod · 0.80
getOpcodeMethod · 0.80
noretryMethod · 0.80

Tested by

no test coverage detected