ClearDebugBox
Jump to navigation
Jump to search
This function clears the debug box.
Syntax
bool clearDebugBox ( )
Returns
Always returns true.
Example
Click to collapse [-]
ClientThis example clears the debug window when any new debug message is displayed:
addEventHandler ("onClientDebugMessage", root, function () clearDebugBox () end )
See Also
- clearDebugBox
- isChatInputBlocked
- isChatVisible
- Shared
- clearChatBox
- outputChatBox
- outputConsole
- outputDebugString
- showChat