MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnTimer

Method OnTimer

editor/WorldObjectsDoorDialog.cpp:877–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875}
876
877void CWorldObjectsDoorDialog::OnTimer(UINT nIDEvent) {
878 UpdateDoorView();
879
880 CDialog::OnTimer(nIDEvent);
881}
882
883// When closing, save all our checked out doors locally so we know
884// what stuff to flag as "checked out" the next time we start up

Callers

nothing calls this directly

Calls 1

OnTimerFunction · 0.50

Tested by

no test coverage detected