Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
IMPLEMENT(Killable);
7
8
bool 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
saveDebug
Method · 0.80
getOpcode
Method · 0.80
setFlags
Method · 0.45
Tested by
no test coverage detected