MCPcopy 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
273void GuiTextEditCtrl::getRenderText(char *dest)
274{
275 getText( dest );
276}
277
278void GuiTextEditCtrl::setText( const UTF8 *txt )
279{

Callers

nothing calls this directly

Calls 1

getTextFunction · 0.85

Tested by

no test coverage detected