Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ call
Method
call
bwapi/BWScriptEmulator/ScriptThread.cpp:292–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
}
291
292
void aithread::call(DWORD dwOffset)
293
{
294
this->callstack.push( this->getScriptOffset() );
295
this->setScriptOffset(dwOffset);
296
}
297
bool aithread::ret()
298
{
299
if ( this->callstack.empty() )
Callers
7
execute
Method · 0.80
jquery-2.1.4.min.js
File · 0.80
f
Function · 0.80
x
Function · 0.80
h
Function · 0.80
Ua
Function · 0.80
Xa
Function · 0.80
Calls
2
getScriptOffset
Method · 0.95
setScriptOffset
Method · 0.95
Tested by
no test coverage detected