MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getText

Function getText

Engine/source/gui/controls/guiTextCtrl.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 virtual void setTextID(S32 id);
68 virtual void setTextID(const char *id);
69 const char *getText() { return (const char*)mText; }
70
71 // Text Property Accessors
72 static bool setText(void *object, const char *index, const char *data)

Callers 12

getTextMethod · 0.85
onMouseDownMethod · 0.85
getDisplayTextLengthMethod · 0.85
getDisplayTextMethod · 0.85
getScriptValueMethod · 0.85
getRenderTextMethod · 0.85
getScriptValueMethod · 0.85
getScriptValueMethod · 0.85
getScriptValueMethod · 0.85
getTextMethod · 0.85
onMouseDownMethod · 0.85
onKeyDownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected