MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getScriptValue

Method getScriptValue

Engine/source/gui/controls/guiTextCtrl.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241const char *GuiTextCtrl::getScriptValue()
242{
243 return getText();
244}
245
246void GuiTextCtrl::setScriptValue(const char *val)
247{

Callers

nothing calls this directly

Calls 1

getTextFunction · 0.85

Tested by

no test coverage detected