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

Method OnMasscompile

editor/ScriptLevelInterface.cpp:975–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973}
974
975void CScriptLevelInterface::OnMasscompile() {
976 CScriptMassCompile dlg;
977 SetStatus("Mass compiling scripts...");
978 dlg.DoModal();
979 UpdateDialog();
980 SetStatus("Ready");
981}
982
983void CScriptLevelInterface::OnListNoncheckedOut() { UpdateDialog(); }
984

Callers

nothing calls this directly

Calls 1

DoModalMethod · 0.45

Tested by

no test coverage detected