enableChannel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added enableChannel site)
 
(format)
Line 2: Line 2:
______________________________________________________________________________________________
______________________________________________________________________________________________


| a3 |= Game name
| arma3 |= Game name


|1.42|= Game version
|1.42|= Game version
__________________________________________________________________________________________
__________________________________________________________________________________________


| Enables/disables chat channel
| Enables/disables given chat channel. Channel / Number correspondence:
* 0 - Global
* 1 - Side
* 2 - Command
* 3 - Group
* 4 - Vehicle
* 5 - Direct
|= Description
|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''channel <nowiki>=</nowiki> enableChannel state'''|= Syntax
| channel '''enableChannel''' state|= Syntax


|p1= channel: [[Number]] |= Parameter 1
|p1= channel: [[Number]] |= Parameter 1

Revision as of 16:22, 27 November 2015

Hover & click on the images for description

Description

Description:
Enables/disables given chat channel. Channel / Number correspondence:
  • 0 - Global
  • 1 - Side
  • 2 - Command
  • 3 - Group
  • 4 - Vehicle
  • 5 - Direct
Groups:
Uncategorised

Syntax

Syntax:
channel enableChannel state
Parameters:
channel: Number
state: Boolean
Return Value:
Nothing

Examples

Example 1:
0 enableChannel false; // Disable global channel

Additional Information

See also:
currentChannelsetCurrentChannelradioChannelAdd

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