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

Method isValidText

Engine/source/gui/controls/guiTextEditCtrl.cpp:1463–1466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1461}
1462
1463bool GuiTextEditCtrl::isValidText()
1464{
1465 return mTextValid;
1466}
1467
1468void GuiTextEditCtrl::playDeniedSound()
1469{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected