channelEnabled

From Bohemia Interactive Community
Revision as of 02:22, 3 February 2016 by Killzone Kid (talk | contribs) (Created page with "{{Command|= Comments ______________________________________________________________________________________________ | arma3 |= Game name |1.42|= Game version _______________...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

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:
Boolean

Examples

Example 1:
_isGlobalEnabled = channelEnabled 0; // Check if user can send voice and text on global channel

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

Notes

Bottom Section