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

Method OnToolsWorldTextures

editor/MainFrm.cpp:1706–1712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1704// ---------------------------------------------------------------------------
1705
1706void CMainFrame::OnToolsWorldTextures() {
1707 CWorldTexturesDialog wtexdlg;
1708
1709 theApp.pause();
1710 wtexdlg.DoModal();
1711 theApp.resume();
1712}
1713
1714void CMainFrame::OnToolsWorldWeapons() {
1715 CWorldWeaponsDialog wweapdlg;

Callers

nothing calls this directly

Calls 3

pauseMethod · 0.80
DoModalMethod · 0.45
resumeMethod · 0.45

Tested by

no test coverage detected