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

Method enable

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

-------------------- ENABLE -----------------------

Source from the content-addressed store, hash-verified

385 }
386// -------------------- ENABLE -----------------------
387 bool dialog::enable()
388 {
389 return this->clearFlags(CTRL_DISABLED);
390 }
391// -------------------- DISABLE -----------------------
392 bool dialog::disable()
393 {

Callers

nothing calls this directly

Calls 1

clearFlagsMethod · 0.95

Tested by

no test coverage detected