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

Method retry

bwapi/BWScriptEmulator/ScriptThread.cpp:263–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 this->debugQueue.push_back(tmp);
262}
263bool aithread::retry()
264{
265 this->dwScriptOffset -= this->dwBytesRead;
266 this->setSleep(30);
267 this->dwBytesRead = 0;
268 this->retryBlock = true;
269 return false;
270}
271bool aithread::noretry()
272{
273 this->dwBytesRead = 0;

Callers 5

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls 1

setSleepMethod · 0.95

Tested by

no test coverage detected