Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getText
Method
getText
Engine/source/gui/controls/guiTextEditSliderCtrl.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void GuiTextEditSliderCtrl::getText(char *dest)
84
{
85
Parent::getText(dest);
86
}
87
88
void GuiTextEditSliderCtrl::setText(const char *txt)
89
{
Callers
nothing calls this directly
Calls
1
getText
Function · 0.85
Tested by
no test coverage detected