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

Method update

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

--------------------- UPDATE --------------------

Source from the content-addressed store, hash-verified

462 }
463 // --------------------- UPDATE --------------------
464 bool dialog::update()
465 {
466 return this && this->doEvent(BW_EVN_USER, BW_USER_CREATE);
467 }
468// -------------------------------------------------- DIALOG -------------------------------------------------
469 // --------------------- IS DLG --------------------
470 bool dialog::isDialog() const

Callers 5

initializeMethod · 0.95
_nextFrameHookFunction · 0.45
addListEntryMethod · 0.45
removeListEntryMethod · 0.45
clearListMethod · 0.45

Calls 1

doEventMethod · 0.95

Tested by

no test coverage detected