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

Method OnCancel

editor/ScriptEditorDlg.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void CScriptEditorDlg::OnCancel() {
125 // TODO: Add extra cleanup here
126 ddio_KeyFlush();
127 CDialog::OnCancel();
128}
129
130// This sets the script text data in the editor. Call this before the DoModal() call
131void CScriptEditorDlg::SetScript(char *script, tD3XProgram *d3x) {

Callers

nothing calls this directly

Calls 1

ddio_KeyFlushFunction · 0.85

Tested by

no test coverage detected