AR/isChatVisible: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (should works with all game versions) |
||
Line 3: | Line 3: | ||
{{New items|4.0132|1.4| | {{New items|4.0132|1.4| | ||
هذه الوظيفة تستخدم للتحقق ان الشات ظاهر. | هذه الوظيفة تستخدم للتحقق ان الشات ظاهر. | ||
}} | }} | ||
==Syntax== | ==Syntax== |
Latest revision as of 19:09, 28 September 2024
Syntax
bool isChatVisible ( )
Returns
Returns true if the chat is visible, false otherwise.
Example
addCommandHandler("sc", function () showChat(not isChatVisible()) end)