Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
void CScriptMassCompile::OnOK() {
201
UpdateData(true);
202
Database->write(
"EditorScriptAutoCheckin"
, m_AutoCheckIn);
203
CDialog::OnOK();
204
}
205
206
void writeline(char *format, ...) {
207
char buffer[2048];
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected