AR/isChatVisible
Jump to navigation
Jump to search
Syntax
bool isChatVisible ( )
Returns
Returns true if the chat is visible, false otherwise.
Example
addCommandHandler("sc", function () showChat(not isChatVisible()) end)
هذه الوظيفة تستخدم للتحقق ان الشات ظاهر.
bool isChatVisible ( )
Returns true if the chat is visible, false otherwise.
addCommandHandler("sc", function () showChat(not isChatVisible()) end)