channelEnabled: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (Created page with "{{Command|= Comments ______________________________________________________________________________________________ | arma3 |= Game name |1.42|= Game version _______________...") |
Killzone Kid (talk | contribs) (changed of syntax) |
||
Line 15: | Line 15: | ||
* 5 <nowiki>=</nowiki> Direct | * 5 <nowiki>=</nowiki> Direct | ||
* 6-15 <nowiki>=</nowiki> Custom Radio (Is not supported by [[channelEnabled]]) | * 6-15 <nowiki>=</nowiki> Custom Radio (Is not supported by [[channelEnabled]]) | ||
|= Description | {{warning|Please note that since Arma 3 v 1.59.135661 the output of this command was changed from <tt>[[Boolean]]</tt> to <tt>[[Array]]</tt> in format <tt><nowiki>[</nowiki>[[Boolean]], [[Boolean]]]</tt>}}|= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 22: | Line 22: | ||
|p1= channel: [[Number]] |= Parameter 1 | |p1= channel: [[Number]] |= Parameter 1 | ||
| [[Boolean]] |= Return value | | [[Array]] - in format [VoN, chat], where | ||
* VoN: [[Boolean]] - [[true]] if voice chat is enabled | |||
* chat: [[Boolean]] - [[true]] if text chat is enabled|= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 18:04, 20 April 2016
Description
- Description:
- Returns true or false depending on whether the given channel is enabled or disabled. For more information about enabling/disabling of chat channels see enableChannel. Channel / Number correspondence:
- 0 = Global
- 1 = Side
- 2 = Command
- 3 = Group
- 4 = Vehicle
- 5 = Direct
- 6-15 = Custom Radio (Is not supported by channelEnabled)
- Groups:
- Uncategorised
Syntax
- Syntax:
- channelEnabled channel
- Parameters:
- channel: Number
- Return Value:
- Array - in format [VoN, chat], where
Examples
- Example 1:
_isGlobalEnabled = channelEnabled 0; // Check if user can send voice and 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