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

Method SetText

editor/ScriptStudio.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void CScriptStudio::SetText(const CString &text) {
124 m_EditText = text;
125 m_EditInitial = text;
126}
127
128void CScriptStudio::SetD3XObject(tD3XProgram *prog) { m_D3XProgram = prog; }
129

Callers 9

OnSegSidePaneMethod · 0.45
OnBMMemPaneMethod · 0.45
OnEnginePaneMethod · 0.45
OnViewerPaneMethod · 0.45
OnNetPaneMethod · 0.45
OnEditScriptMethod · 0.45
InvokeScriptStudioFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected