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

Method invalidText

Engine/source/gui/controls/guiTextEditCtrl.cpp:1450–1456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448}
1449
1450void GuiTextEditCtrl::invalidText(bool playSound)
1451{
1452 mTextValid = false;
1453
1454 if ( playSound )
1455 playDeniedSound();
1456}
1457
1458void GuiTextEditCtrl::validText()
1459{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected