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

Method initialize

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

------------------ INITIALIZE -------------------

Source from the content-addressed store, hash-verified

504 }
505 // ------------------ INITIALIZE -------------------
506 bool dialog::initialize()
507 {
508 if ( this && this->isDialog() )
509 {
510 this->doEvent(BW_EVN_USER, BW_USER_UNK_7);
511 this->doEvent(BW_EVN_USER, BW_USER_INIT);
512 this->update();
513 return true;
514 }
515 return false;
516 }
517 // ------------------ IS LISTED --------------------
518 bool dialog::isListed() const
519 {

Callers

nothing calls this directly

Calls 3

isDialogMethod · 0.95
doEventMethod · 0.95
updateMethod · 0.95

Tested by

no test coverage detected