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

Method OnToolsWorldWeapons

editor/MainFrm.cpp:1714–1720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1712}
1713
1714void CMainFrame::OnToolsWorldWeapons() {
1715 CWorldWeaponsDialog wweapdlg;
1716
1717 theApp.pause();
1718 wweapdlg.DoModal();
1719 theApp.resume();
1720}
1721
1722void CMainFrame::OnToolsWorldObjectsDoor() {
1723 CWorldObjectsDoorDialog dlg;

Callers

nothing calls this directly

Calls 3

pauseMethod · 0.80
DoModalMethod · 0.45
resumeMethod · 0.45

Tested by

no test coverage detected