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

Method getText

Engine/source/gui/buttons/guiButtonBaseCtrl.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187//-----------------------------------------------------------------------------
188
189const char *GuiButtonBaseCtrl::getText()
190{
191 return mButtonText;
192}
193
194//-----------------------------------------------------------------------------
195

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected