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

Method OnOK

editor/ScriptMassCompile.cpp:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void CScriptMassCompile::OnOK() {
201 UpdateData(true);
202 Database->write("EditorScriptAutoCheckin", m_AutoCheckIn);
203 CDialog::OnOK();
204}
205
206void writeline(char *format, ...) {
207 char buffer[2048];

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected