channelEnabled: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (format) |
||
Line 28: | Line 28: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_isGlobalChatEnabled = ([[channelEnabled]] 0) select 0; // Check if user can use text on global channel</code> |= Example 1 | |x1= <code>_isGlobalChatEnabled = ([[channelEnabled]] 0) [[select]] 0; // Check if user can use text on global channel</code> |= Example 1 | ||
|x2= <code>_isGlobalVoiceEnabled = ([[channelEnabled]] 0) select 1; // Check if user can use the VoN on global channel</code> |= Example 1 | |x2= <code>_isGlobalVoiceEnabled = ([[channelEnabled]] 0) [[select]] 1; // Check if user can use the VoN on global channel</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 05:26, 13 September 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 [chat, VoN], where
Examples
- Example 1:
_isGlobalChatEnabled = (channelEnabled 0) select 0; // Check if user can use text on global channel
- Example 2:
_isGlobalVoiceEnabled = (channelEnabled 0) select 1; // Check if user can use the VoN 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