IsChatVisible: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 23: | Line 23: | ||
==See Also== | ==See Also== | ||
{{Client_output_functions}} | {{Client_output_functions}} | ||
[[ru: | [[ru:isChatVisible]] |
Revision as of 09:28, 10 August 2014
Syntax
bool isChatVisible ( )
Returns
Returns true if the chat is visible, false otherwise.
Example
This example does the same thing as showchat command does.
addCommandHandler("sc", function () showChat(not isChatVisible()) end)