Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ getFlags
Method
getFlags
bwapi/BWScriptEmulator/Controller.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
WORD AIController::getFlags() const
74
{
75
return this->wFlags;
76
}
77
void AIController::setFlags(WORD wFlags)
78
{
79
this->wFlags |= wFlags;
Callers
2
execute
Method · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected