setCurrentChannel: Difference between revisions

From Bohemia Interactive Community
m (Some wiki formatting)
(Add v2.22's new channels)
 
Line 11: Line 11:
The given channel may be disabled (see [[enableChannel]]), this is why this command returns boolean, [[true]] on success or [[false]] on failure.  
The given channel may be disabled (see [[enableChannel]]), this is why this command returns boolean, [[true]] on success or [[false]] on failure.  
{{{!}} class="wikitable align-center"
{{{!}} class="wikitable align-center"
! colspan="16" {{!}} [[Channel IDs|Channel ID]] number correspondence
! colspan="13" {{!}} [[Channel IDs|channel ID]] number correspondence
{{!}}-
{{!}}-
! colspan="6" {{!}} Default Channels
{{!}} {{n/a}}
! colspan="10" {{!}} Custom Channels
{{!}}- style="font-size: .9em"
{{!}} Global
{{!}} Global
{{!}} Side
{{!}} Side
Line 22: Line 20:
{{!}} Vehicle
{{!}} Vehicle
{{!}} Direct
{{!}} Direct
{{!}} CC 1
{{!}} Custom1
{{!}} CC 2
{{!}} rowspan="2" {{!}} ..
{{!}} CC 3
{{!}} Custom10
{{!}} CC 4
{{!}} {{GVI|arma3|2.22|size= 0.75}} Custom11
{{!}} CC 5
{{!}} rowspan="2" {{!}} ..
{{!}} CC 6
{{!}} Custom50
{{!}} CC 7
{{!}} CC 8
{{!}} CC 9
{{!}} CC 10
{{!}}-
{{!}}-
{{!}} -1
{{!}} 0
{{!}} 0
{{!}} 1
{{!}} 1
Line 40: Line 35:
{{!}} 5
{{!}} 5
{{!}} 6
{{!}} 6
{{!}} 7
{{!}} 8
{{!}} 9
{{!}} 10
{{!}} 11
{{!}} 12
{{!}} 13
{{!}} 14
{{!}} 15
{{!}} 15
{{!}} 26
{{!}} 65
{{!}}}
{{!}}}



Latest revision as of 18:47, 20 November 2025

Hover & click on the images for description

Description

Description:
Sets given channel as current chat channel. Scripted way of selecting desired channel on the UI. The given channel may be disabled (see enableChannel), this is why this command returns boolean, true on success or false on failure.
channel ID number correspondence
N/A Global Side Command Group Vehicle Direct Custom1 .. Custom10 Arma 3 logo black.png 2.22 Custom11 .. Custom50
-1 0 1 2 3 4 5 6 15 26 65
Groups:
Radio and Chat

Syntax

Syntax:
setCurrentChannel channelID
Parameters:
channelID: Number - channel ID
Return Value:
Boolean - true on success

Examples

Example 1:
_isDirectSelected = setCurrentChannel 5; // sets Direct channel as current active

Additional Information

See also:
getPlayerChannel currentChannel enableChannel channelEnabled radioChannelCreate

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