enableChannel: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (alt syntax) |
Killzone Kid (talk | contribs) mNo edit summary |
||
Line 33: | Line 33: | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value | ||
|s2= channel '''enableChannel''' [VoN, chat] ''since Arma 3 | |s2= channel '''enableChannel''' [VoN, chat] ''since Arma 3 v1.59.135661''|= Syntax | ||
|p21= channel: [[Number]] |= Parameter 1 | |p21= channel: [[Number]] |= Parameter 1 |
Revision as of 18:22, 20 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 [VoN, chat] since Arma 3 v1.59.135661
- Parameters:
- channel: Number
- [VoN, chat]: Array
- VoN: Boolean - true to enable voice chat
- chat: Boolean - true to enable text 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 [false, true]; // Disable user ability to send voice but not text 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