channelEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=")
Line 50: Line 50:
|p1= channelID: [[Number]] - [[Channel IDs|Channel ID]] (see description)
|p1= channelID: [[Number]] - [[Channel IDs|Channel ID]] (see description)


| [[Array]] - in format [enabledChat, enabledVoN]
|r1=[[Array]] - in format [enabledChat, enabledVoN]


|x1= <code>_isGlobalChatEnabled = ([[channelEnabled]] 0) [[select]] 0; {{cc|check if user can use text on global channel}}</code>
|x1= <code>_isGlobalChatEnabled = ([[channelEnabled]] 0) [[select]] 0; {{cc|check if user can use text on global channel}}</code>

Revision as of 21:36, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Radio and Chat

Syntax

Syntax:
Syntax needed
Parameters:
channelID: Number - Channel ID (see description)
Return Value:
Array - in format [enabledChat, enabledVoN]

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

See also:
currentChannelsetCurrentChannelgetPlayerChannelenableChannelradioChannelCreate

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