Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1463
bool GuiTextEditCtrl::isValidText()
1464
{
1465
return mTextValid;
1466
}
1467
1468
void GuiTextEditCtrl::playDeniedSound()
1469
{
Callers
1
guiTextEditCtrl.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected