BIS_fnc_radioChannelIDToChannelNum

From Bohemia Interactive Community
Revision as of 21:27, 21 November 2025 by Killzone Kid (talk | contribs) (Created page with "{{RV|type=function |game1= arma3 |version1= 2.22 |gr1= Mission Parameters |descr=Returns the value of mission param given by the class name. This function is global and will return selected param value on any PC including JIP. For backward compatibility it also supports "param1" and "param2". |s1= radioChannelID call BIS_fnc_radioChannelIDToChannelNum |p1= radioChannelID: Number - id returned by radioChannelCreate (1...50) |r1= Number - channel numb...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Hover & click on the images for description

Description

Description:
Returns the value of mission param given by the class name. This function is global and will return selected param value on any PC including JIP. For backward compatibility it also supports "param1" and "param2".
Execution:
call
Groups:
Mission Parameters

Syntax

Syntax:
radioChannelID call BIS_fnc_radioChannelIDToChannelNum
Parameters:
radioChannelID: Number - id returned by radioChannelCreate (1...50)
Return Value:
Number - channel number used in commands like currentChannel, etc (6...15, 26...65)

Examples

Example 1:
11 call BIS_fnc_radioChannelIDToChannelNum; //26

Additional Information

See also:
BIS_fnc_channelNumToRadioChannelID radioChannelCreate currentChannel

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