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

Method hasFlags

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

------------------- HAS FLAG --------------------

Source from the content-addressed store, hash-verified

348 }
349 // ------------------- HAS FLAG --------------------
350 bool dialog::hasFlags(u32 dwFlag) const
351 {
352 return this && (this->lFlags & dwFlag) == dwFlag;
353 }
354 // ------------------- SET TEXT --------------------
355 bool dialog::setText(char *pszStr)
356 {

Callers 2

isDisabledMethod · 0.95
isVisibleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected