Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ setFlags
Method
setFlags
bwapi/BWScriptEmulator/ScriptThread.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void aithread::setFlags(DWORD dwFlags)
183
{
184
this->dwFlags |= dwFlags;
185
}
186
187
void aithread::clearFlags(DWORD dwFlags)
188
{
Callers
1
killThread
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected