isChatBoxInputActive | Multi Theft Auto: Wiki Skip to content

isChatBoxInputActive

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function returns whether the ingame chatbox is being used (accepting chatbox input) or not.

Syntax

isChatBoxInputActive ( )

Code Examples

client

This example shows how you can check if a user has the chat box active (and presumably typing a message).

if isChatBoxInputActive() then
outputChatBox("You're typing")
end

See Also

GUI Functions