Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1528
const char *GuiTextEditCtrl::getScriptValue()
1529
{
1530
return StringTable->insert(mTextBuffer.getPtr8());
1531
}
1532
1533
void GuiTextEditCtrl::setScriptValue(const char *value)
1534
{
Callers
nothing calls this directly
Calls
2
getPtr8
Method · 0.80
insert
Method · 0.45
Tested by
no test coverage detected