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

Method disable

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

-------------------- DISABLE -----------------------

Source from the content-addressed store, hash-verified

390 }
391// -------------------- DISABLE -----------------------
392 bool dialog::disable()
393 {
394 return this->setFlags(CTRL_DISABLED);
395 }
396// ------------------ IS DISABLED --------------------
397 bool dialog::isDisabled() const
398 {

Callers 2

jFunction · 0.80

Calls 1

setFlagsMethod · 0.95

Tested by

no test coverage detected