Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ execute
Method
execute
bwapi/BWScriptEmulator/Clear_Combatdata.cpp:8–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
IMPLEMENT(Clear_Combatdata);
7
8
bool Clear_Combatdata::execute(aithread &thread) const
9
{
10
// ClearCombatData(this->location);
11
12
// Debug and return
13
thread.saveDebug(Text::Red, this->getOpcode());
14
return true;
15
}
Callers
nothing calls this directly
Calls
2
saveDebug
Method · 0.80
getOpcode
Method · 0.80
Tested by
no test coverage detected