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

Method isDisabled

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

------------------ IS DISABLED --------------------

Source from the content-addressed store, hash-verified

395 }
396// ------------------ IS DISABLED --------------------
397 bool dialog::isDisabled() const
398 {
399 return this && this->hasFlags(CTRL_DISABLED);
400 }
401// --------------------- SHOW ------------------------
402 bool dialog::show()
403 {

Callers 2

DrawDialogHookFunction · 0.80
onMenuFrameMethod · 0.80

Calls 1

hasFlagsMethod · 0.95

Tested by

no test coverage detected