radioChannelAdd: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) 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 02:20, 17 January 2021
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
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