Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getRenderText
Method
getRenderText
Engine/source/gui/controls/guiTextEditCtrl.cpp:273–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
void GuiTextEditCtrl::getRenderText(char *dest)
274
{
275
getText( dest );
276
}
277
278
void GuiTextEditCtrl::setText( const UTF8 *txt )
279
{
Callers
nothing calls this directly
Calls
1
getText
Function · 0.85
Tested by
no test coverage detected