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

Method getScriptValue

Engine/source/gui/controls/guiTextEditCtrl.cpp:1528–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1526}
1527
1528const char *GuiTextEditCtrl::getScriptValue()
1529{
1530 return StringTable->insert(mTextBuffer.getPtr8());
1531}
1532
1533void GuiTextEditCtrl::setScriptValue(const char *value)
1534{

Callers

nothing calls this directly

Calls 2

getPtr8Method · 0.80
insertMethod · 0.45

Tested by

no test coverage detected