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

Method OnToolsWorldObjectsLights

editor/MainFrm.cpp:1730–1736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1728}
1729
1730void CMainFrame::OnToolsWorldObjectsLights() {
1731 CWorldObjectsLightDialog dlg;
1732
1733 theApp.pause();
1734 dlg.DoModal();
1735 theApp.resume();
1736}
1737
1738void CMainFrame::OnToolsWorldObjectsPlayer() {
1739 CWorldObjectsPlayerDialog dlg;

Callers

nothing calls this directly

Calls 3

pauseMethod · 0.80
DoModalMethod · 0.45
resumeMethod · 0.45

Tested by

no test coverage detected