Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1376
const char *GuiTextEditCtrl::getScriptValue()
1377
{
1378
return StringTable->insert(mTextBuffer.getPtr8());
1379
}
1380
1381
void GuiTextEditCtrl::setScriptValue(const char *value)
1382
{
Callers
nothing calls this directly
Calls
2
getPtr8
Method · 0.80
insert
Method · 0.45
Tested by
no test coverage detected