MCPcopy 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
182void aithread::setFlags(DWORD dwFlags)
183{
184 this->dwFlags |= dwFlags;
185}
186
187void aithread::clearFlags(DWORD dwFlags)
188{

Callers 1

killThreadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected