MCPcopy Create free account
hub / github.com/bwapi/bwapi / noretry

Method noretry

bwapi/BWScriptEmulator/ScriptThread.cpp:271–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 return false;
270}
271bool aithread::noretry()
272{
273 this->dwBytesRead = 0;
274 this->retryBlock = false;
275 return true;
276}
277
278void aithread::setScriptOffset(DWORD dwNewOffset)
279{

Callers 10

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
readOpcodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected