MCPcopy 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
83void GuiTextEditSliderCtrl::getText(char *dest)
84{
85 Parent::getText(dest);
86}
87
88void GuiTextEditSliderCtrl::setText(const char *txt)
89{

Callers

nothing calls this directly

Calls 1

getTextFunction · 0.85

Tested by

no test coverage detected