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

Method hasText

Engine/source/gui/controls/guiTextEditCtrl.cpp:1445–1448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1443}
1444
1445bool GuiTextEditCtrl::hasText()
1446{
1447 return ( mTextBuffer.length() );
1448}
1449
1450void GuiTextEditCtrl::invalidText(bool playSound)
1451{

Callers 1

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected