radioChannelAdd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| TKOH |Game name=
| TKOH |Game name=
Line 11: Line 10:


|gr2= Custom Radio and Chat |GROUP2=
|gr2= Custom Radio and Chat |GROUP2=
____________________________________________________________________________________________


| Add the units to the custom channel. |DESCRIPTION=
| Add the units to the custom channel. |DESCRIPTION=
____________________________________________________________________________________________


| customChannelID [[radioChannelAdd]] units|SYNTAX=
| customChannelID [[radioChannelAdd]] units|SYNTAX=
Line 23: Line 20:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code>2 [[radioChannelAdd]] [<nowiki/>[[player]], unit1];</code> |EXAMPLE1=
|x1= <code>2 [[radioChannelAdd]] [<nowiki/>[[player]], unit1];</code> |EXAMPLE1=

Revision as of 03:20, 17 January 2021

Hover & click on the images for description

Description

Description:
Add the units to the custom channel.
Groups:
Radio and ChatCustom Radio and Chat

Syntax

Syntax:
customChannelID radioChannelAdd units
Parameters:
customChannelID: Number - custom channel ID returned by radioChannelCreate command
units: Array - list of units
Return Value:
Nothing

Examples

Example 1:
2 radioChannelAdd [player, unit1];

Additional Information

See also:
radioChannelCreateradioChannelRemoveradioChannelSetCallSignradioChannelSetLabel

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