chatWindowEnabled: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |endpoint = client |type = variable |name = chatWindowEnabled |usage = get whether the chat window is enabled |readonly = true |returnTypes = Client |returnInfo = a bool indicating whether the chat window is enabled (if disabled, GTAC chat is hidden) |notes = This is for GTAC chatbox. It does NOT apply to GTA IV's built-in chat. }}") |
(No difference)
|
Latest revision as of 05:00, 15 April 2025
Variable
Client Only
Online and Offline
Read-Only
Available since Client 1.0.0
Client chatWindowEnabled
The chatWindowEnabled variable is used to get whether the chat window is enabled.
Value
Client | A bool indicating whether the chat window is enabled (if disabled, GTAC chat is hidden). |
readonly | This variable cannot be changed. |
Notes
- This is for GTAC chatbox. It does NOT apply to GTA IV's built-in chat.
Examples
There aren't any examples for this variable.
Compatibility
There isn't any compatibility information for this variable.