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

Method activate

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

----------------- DEFAULT INTERACT -------------- bool dialog::defaultInteract(BW::dlgEvent *pEvent) { return this && pEvent && this->wCtrlType < ctrls::max && BWDATA::GenericDlgInteractFxns[this->wCtrlType](this, pEvent); }*/ -------------------- ACTIVATE -------------------

Source from the content-addressed store, hash-verified

457 }*/
458 // -------------------- ACTIVATE -------------------
459 bool dialog::activate()
460 {
461 return this && this->doEvent(BW_EVN_USER, BW_USER_ACTIVATE);
462 }
463 // --------------------- UPDATE --------------------
464 bool dialog::update()
465 {

Callers 2

DrawDialogHookFunction · 0.80
onMenuFrameMethod · 0.80

Calls 1

doEventMethod · 0.95

Tested by

no test coverage detected