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

Method OnTimer

editor/BriefEdit.cpp:2185–2188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2183}
2184
2185void CBriefEdit::OnTimer(UINT nIDEvent) {
2186 UpdateView();
2187 CDialog::OnTimer(nIDEvent);
2188}
2189
2190void CBriefEdit::OnManage() {
2191 CBriefManage dlg;

Callers

nothing calls this directly

Calls 2

UpdateViewFunction · 0.85
OnTimerFunction · 0.50

Tested by

no test coverage detected