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

Method getScriptValue

Engine/source/gui/controls/guiTextEditCtrl.cpp:1474–1477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1472}
1473
1474const char *GuiTextEditCtrl::getScriptValue()
1475{
1476 return StringTable->insert(mTextBuffer.getPtr8());
1477}
1478
1479void GuiTextEditCtrl::setScriptValue(const char *value)
1480{

Callers

nothing calls this directly

Calls 2

getPtr8Method · 0.80
insertMethod · 0.45

Tested by

no test coverage detected