Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
DWORD aithread::sleep()
193
{
194
return this->dwSleepTime ? this->dwSleepTime-- : 0;
195
}
196
197
void aithread::setSleep(DWORD dwSleepAmt)
198
{
Callers
1
UpdateScripts
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected