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

Method sleep

bwapi/BWScriptEmulator/ScriptThread.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192DWORD aithread::sleep()
193{
194 return this->dwSleepTime ? this->dwSleepTime-- : 0;
195}
196
197void aithread::setSleep(DWORD dwSleepAmt)
198{

Callers 1

UpdateScriptsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected