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

Method OnDestroy

editor/ScriptWizard.cpp:187–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void CScriptWizard::OnDestroy() {
188 CDialog::OnDestroy();
189
190 if (m_ScriptCode)
191 // D3XFreeProgram(m_ScriptCode); // LGT: undefined
192 ResetScriptList();
193}
194
195// We save whatever was added to the script. This does not include text added via edit
196// (that's done in the internal script editor.) It does include text added from operations like

Callers

nothing calls this directly

Calls 1

ResetScriptListFunction · 0.85

Tested by

no test coverage detected