ClearDebugBox: Difference between revisions
Jump to navigation
Jump to search
Fernando187 (talk | contribs) (Remove obsolete Requirements section) |
|||
Line 22: | Line 22: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</section> | </section> | ||
==See Also== | ==See Also== | ||
{{Client_output_functions}} | {{Client_output_functions}} |
Latest revision as of 17:28, 7 November 2024
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