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

Method OnConfigcompiler

editor/ScriptLevelInterface.cpp:945–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943}
944
945void CScriptLevelInterface::OnConfigcompiler() {
946 CVirtualCompilerConfig dlg;
947
948 SetStatus("Configuring Compiler");
949 dlg.DoModal();
950 SetStatus("Ready");
951}
952
953void CScriptLevelInterface::OnClose() {
954 if (InCritical)

Callers

nothing calls this directly

Calls 1

DoModalMethod · 0.45

Tested by

no test coverage detected