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

Method clearFlags

bwapi/BWAPI/Source/BW/Dialog.cpp:340–348  ·  view source on GitHub ↗

------------------ CLEAR FLAG -------------------

Source from the content-addressed store, hash-verified

338 }
339 // ------------------ CLEAR FLAG -------------------
340 bool dialog::clearFlags(u32 dwFlag)
341 {
342 if ( this )
343 {
344 this->lFlags &= ~dwFlag;
345 return true;
346 }
347 return false;
348 }
349 // ------------------- HAS FLAG --------------------
350 bool dialog::hasFlags(u32 dwFlag) const
351 {

Callers 4

setFlagsMethod · 0.95
enableMethod · 0.95
hideMethod · 0.95
clearFontFlagsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected