Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getText
Method
getText
Engine/source/gui/controls/guiTextEditCtrl.cpp:256–260 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
void GuiTextEditCtrl::getText( char *dest )
257
{
258
if ( dest )
259
mTextBuffer.getCopy8((UTF8*)dest, GuiTextCtrl::MAX_STRING_LENGTH+1);
260
}
261
262
void GuiTextEditCtrl::getRenderText(char *dest)
263
{
Callers
1
guiTextEditCtrl.cpp
File · 0.45
Calls
1
getCopy8
Method · 0.80
Tested by
no test coverage detected