MCPcopy Create free account
hub / github.com/bwapi/bwapi / setFlags

Method setFlags

bwapi/BWScriptEmulator/Controller.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 return this->wFlags;
76}
77void AIController::setFlags(WORD wFlags)
78{
79 this->wFlags |= wFlags;
80}
81void AIController::clearFlags(WORD wFlags)
82{
83 this->wFlags &= ~wFlags;

Callers 7

executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected