Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getScriptValue
Method
getScriptValue
Engine/source/gui/controls/guiTextCtrl.cpp:241–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
const char *GuiTextCtrl::getScriptValue()
242
{
243
return getText();
244
}
245
246
void GuiTextCtrl::setScriptValue(const char *val)
247
{
Callers
nothing calls this directly
Calls
1
getText
Function · 0.85
Tested by
no test coverage detected