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

Method OnTimer

editor/WorldWeaponsDialog.cpp:1366–1372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1364}
1365
1366void CWorldWeaponsDialog::OnTimer(UINT nIDEvent) {
1367 // TODO: Add your message handler code here and/or call default
1368
1369 UpdateWeaponView();
1370
1371 CDialog::OnTimer(nIDEvent);
1372}
1373
1374void CWorldWeaponsDialog::OnLoadWeaponDischarge() {
1375 char filename[255];

Callers

nothing calls this directly

Calls 1

OnTimerFunction · 0.50

Tested by

no test coverage detected