channelEnabled: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "{{uc:{{PAGENAME}}}}" to "") |
m (parameter name) |
||
Line 31: | Line 31: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[channelEnabled]] | | [[channelEnabled]] channelID |SYNTAX= | ||
|p1= | |p1= channelID: [[Number]] |PARAMETER1= | ||
| [[Array]] - in format [isTextChatEnabled, isVoiceEnabled] |RETURNVALUE= | | [[Array]] - in format [isTextChatEnabled, isVoiceEnabled] |RETURNVALUE= |
Revision as of 16:48, 24 October 2020
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 ID number correspondence Global Side Command Group Vehicle Direct 0 1 2 3 4 5 - Groups:
- Radio and Chat
Syntax
- Syntax:
- channelEnabled channelID
- Parameters:
- channelID: Number
- Return Value:
- Array - in format [isTextChatEnabled, isVoiceEnabled]
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
- Example 3:
(channelEnabled 0) params ["_isGlobalChatEnabled", "_isGlobalVoiceEnabled"]; // sets both variables
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