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

Method OnTimer

editor/WorldObjectsGenericDialog.cpp:1210–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208}
1209
1210void CWorldObjectsGenericDialog::OnTimer(UINT nIDEvent) {
1211 UpdateObjectView();
1212
1213 CDialog::OnTimer(nIDEvent);
1214}
1215
1216void CWorldObjectsGenericDialog::OnSelendokGenericNamePulldown() {
1217 int i, cur;

Callers

nothing calls this directly

Calls 1

OnTimerFunction · 0.50

Tested by

no test coverage detected