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

Method OnToolsWorldObjectsPlayer

editor/MainFrm.cpp:1738–1744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1736}
1737
1738void CMainFrame::OnToolsWorldObjectsPlayer() {
1739 CWorldObjectsPlayerDialog dlg;
1740
1741 theApp.pause();
1742 dlg.DoModal();
1743 theApp.resume();
1744}
1745
1746void CMainFrame::OnToolsWorldObjectsPowerups() {
1747 CWorldObjectsGenericDialog dlg;

Callers

nothing calls this directly

Calls 3

pauseMethod · 0.80
DoModalMethod · 0.45
resumeMethod · 0.45

Tested by

no test coverage detected