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

Method OnScriptLevelInterface

editor/MainFrm.cpp:3353–3357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3351 ddio_KeyFlush();
3352}
3353
3354void CMainFrame::OnScriptLevelInterface() {
3355 CScriptLevelInterface dlg;
3356 dlg.DoModal();
3357 ddio_KeyFlush();
3358}
3359
3360void CMainFrame::OnFileFixCracks() { FixCracks(); }

Callers

nothing calls this directly

Calls 2

ddio_KeyFlushFunction · 0.85
DoModalMethod · 0.45

Tested by

no test coverage detected