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

Method GetText

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

Source from the content-addressed store, hash-verified

128void CScriptStudio::SetD3XObject(tD3XProgram *prog) { m_D3XProgram = prog; }
129
130void CScriptStudio::GetText(CString &text) { text = m_EditText; }
131
132void CScriptStudio::UpdateEditText() {
133 CHARRANGE chr;

Callers 15

QuitMethod · 0.45
DeleteLevelMethod · 0.45
DeleteScriptMethod · 0.45
CheckInScriptsMethod · 0.45
CheckInLevelsMethod · 0.45
CheckOutScriptsMethod · 0.45
CheckOutLevelsMethod · 0.45
UndoCheckOutScriptsMethod · 0.45
UndoCheckOutLevelsMethod · 0.45
OnNewMegacellMethod · 0.45
OnBuildMethod · 0.45
OnOodscriptsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected