enableChannel: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (chat and von swapped) |
Killzone Kid (talk | contribs) mNo edit summary |
||
Line 44: | Line 44: | ||
|x1= <code>0 [[enableChannel]] [[false]]; // Disable user ability to send voice and text on global channel</code> |= Example 1 | |x1= <code>0 [[enableChannel]] [[false]]; // Disable user ability to send voice and text on global channel</code> |= Example 1 | ||
|x2= <code>0 [[enableChannel]] <nowiki>[</nowiki>[[true]], [[false]]]; // | |x2= <code>0 [[enableChannel]] <nowiki>[</nowiki>[[true]], [[false]]]; // Enable user ability to send text but disable voice on global channel</code> |= Example 2 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 13:56, 21 April 2016
Description
- Description:
- Enables/disables UI functionality which is responsible for sending text or voice chat to the given chat channel. If the channel was disabled in description.ext, it can be enabled with this command, however the UI functionality changes will be local to the PC executing this command. What this command cannot do:
- It cannot disable incoming text or voice
- It cannot interrupt own client's transmission in progress
- It cannot affect any Custom Radio channels, only channels 0-5
- It cannot persist, so if user is logged out, the changes are reset
- It has no effect on chat related scripting commands, such as vehicleChat, globalChat, globalRadio, sideRadio, etc.
- 0 = Global
- 1 = Side
- 2 = Command
- 3 = Group
- 4 = Vehicle
- 5 = Direct
- 6-15 = Custom Radio (Is not supported by enableChannel)
- Groups:
- Uncategorised
Syntax
- Syntax:
- channel enableChannel enable
- Parameters:
- channel: Number
- enable: Boolean - enable both VoN and chat
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- channel enableChannel [chat, VoN] since Arma 3 v1.59.135661
- Parameters:
- channel: Number
- [chat, VoN]: Array
- chat: Boolean - true to enable text chat
- VoN: Boolean - true to enable voice chat
- Return Value:
- Nothing
Examples
- Example 1:
0 enableChannel false; // Disable user ability to send voice and text on global channel
- Example 2:
0 enableChannel [true, false]; // Enable user ability to send text but disable voice on global channel
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note