Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ setScriptOffset
Method
setScriptOffset
bwapi/BWScriptEmulator/ScriptThread.cpp:278–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
void aithread::setScriptOffset(DWORD dwNewOffset)
279
{
280
this->dwScriptOffset = dwNewOffset;
281
}
282
DWORD aithread::getScriptOffset() const
283
{
284
return this->dwScriptOffset;
Callers
13
call
Method · 0.95
ret
Method · 0.95
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected