Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ clearFlags
Method
clearFlags
bwapi/BWScriptEmulator/Controller.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
this->wFlags |= wFlags;
80
}
81
void AIController::clearFlags(WORD wFlags)
82
{
83
this->wFlags &= ~wFlags;
84
}
Callers
4
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected