chatInputEnabled: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |endpoint = client |type = variable |name = chatInputEnabled |usage = get whether the chat input (able to type) is enabled |readonly = true |returnTypes = Client |returnInfo = a bool indicating whether the local player has chat input enabled, meaning they can type a message/command }}") |
(No difference)
|
Latest revision as of 04:59, 15 April 2025
Variable Client Only
![]()
Online and Offline Read-Only
Available since Client 1.0.0
Client chatInputEnabled
The chatInputEnabled variable is used to get whether the chat input (able to type) is enabled.
Value
| Client | A bool indicating whether the local player has chat input enabled, meaning they can type a message/command. |
| readonly | This variable cannot be changed. |
Notes
There aren't any notes for this variable.
Examples
There aren't any examples for this variable.
Compatibility
There isn't any compatibility information for this variable.