MCPcopy 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
278void aithread::setScriptOffset(DWORD dwNewOffset)
279{
280 this->dwScriptOffset = dwNewOffset;
281}
282DWORD aithread::getScriptOffset() const
283{
284 return this->dwScriptOffset;

Callers 13

callMethod · 0.95
retMethod · 0.95
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected