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

Method getScriptValue

engine/source/gui/guiTextEditCtrl.cc:1376–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374}
1375
1376const char *GuiTextEditCtrl::getScriptValue()
1377{
1378 return StringTable->insert(mTextBuffer.getPtr8());
1379}
1380
1381void GuiTextEditCtrl::setScriptValue(const char *value)
1382{

Callers

nothing calls this directly

Calls 2

getPtr8Method · 0.80
insertMethod · 0.45

Tested by

no test coverage detected