MCPcopy 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
292void aithread::call(DWORD dwOffset)
293{
294 this->callstack.push( this->getScriptOffset() );
295 this->setScriptOffset(dwOffset);
296}
297bool aithread::ret()
298{
299 if ( this->callstack.empty() )

Callers 7

executeMethod · 0.80
fFunction · 0.80
xFunction · 0.80
hFunction · 0.80
UaFunction · 0.80
XaFunction · 0.80

Calls 2

getScriptOffsetMethod · 0.95
setScriptOffsetMethod · 0.95

Tested by

no test coverage detected