Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1474
const char *GuiTextEditCtrl::getScriptValue()
1475
{
1476
return StringTable->insert(mTextBuffer.getPtr8());
1477
}
1478
1479
void GuiTextEditCtrl::setScriptValue(const char *value)
1480
{
Callers
nothing calls this directly
Calls
2
getPtr8
Method · 0.80
insert
Method · 0.45
Tested by
no test coverage detected