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

Method isVisible

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

------------------ IS VISIBLE ---------------------

Source from the content-addressed store, hash-verified

422 }
423// ------------------ IS VISIBLE ---------------------
424 bool dialog::isVisible() const
425 {
426 return this && this->hasFlags(CTRL_VISIBLE);
427 }
428// ------------------- GET SIZE ----------------------
429 u16 dialog::width() const
430 {

Callers

nothing calls this directly

Calls 1

hasFlagsMethod · 0.95

Tested by

no test coverage detected