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

Method OnToolsWorldObjectsDoor

editor/MainFrm.cpp:1722–1728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1720}
1721
1722void CMainFrame::OnToolsWorldObjectsDoor() {
1723 CWorldObjectsDoorDialog dlg;
1724
1725 theApp.pause();
1726 dlg.DoModal();
1727 theApp.resume();
1728}
1729
1730void CMainFrame::OnToolsWorldObjectsLights() {
1731 CWorldObjectsLightDialog dlg;

Callers

nothing calls this directly

Calls 3

pauseMethod · 0.80
DoModalMethod · 0.45
resumeMethod · 0.45

Tested by

no test coverage detected