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

Method OnBriefingEditor

editor/MainFrm.cpp:3347–3351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3345 theApp.resume();
3346}
3347
3348void CMainFrame::OnBriefingEditor() {
3349 CBriefEdit dlg;
3350 dlg.DoModal();
3351 ddio_KeyFlush();
3352}
3353
3354void CMainFrame::OnScriptLevelInterface() {

Callers

nothing calls this directly

Calls 2

ddio_KeyFlushFunction · 0.85
DoModalMethod · 0.45

Tested by

no test coverage detected