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

Method EditScript

editor/ScriptSelect.cpp:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void CScriptSelect::EditScript(const char *filename, const char *scrname) {
256 if (InvokeScriptStudio(filename, scrname))
257 UpdateScriptListbox();
258}
259
260void CScriptSelect::OnScrtype() {
261 CListBox *scrlistbox = (CListBox *)GetDlgItem(IDC_SCRIPTSEL_LISTBOX);

Callers

nothing calls this directly

Calls 1

InvokeScriptStudioFunction · 0.85

Tested by

no test coverage detected