radioChannelCreate: Difference between revisions
Jump to navigation
Jump to search
Waffle SS. (talk | contribs) (fixed note) |
(Example fixed) |
||
Line 37: | Line 37: | ||
|x1= <code>_index = '''radioChannelCreate''' [[0.96, 0.34, 0.13, 0.8], "Q-dance Radio", "%UNIT_NAME", [player]];</code> |= | |x1= <code>_index = '''radioChannelCreate''' [[0.96, 0.34, 0.13, 0.8], "Q-dance Radio", "%UNIT_NAME", [player]];</code> |= | ||
|x2= <code>_index = '''radioChannelCreate''' <nowiki>[[0.96, 0.34, 0.13, 0.8], "Q-dance Radio", "%UNIT_NAME", [</nowiki>[[player]]<nowiki>],</nowiki> [[false]]<nowiki>];</nowiki> | |||
// disable automatic quotes for chat in channel (ArmA 3)</code> |= | |||
|mp= Execute on the server |= | |mp= Execute on the server |= | ||
Line 46: | Line 49: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 02:47, 12 July 2015
Description
- Description:
- Create a custom radio channel with the given color, label, call sign and registered characters. The index returned can be used to manipulate the created channel later. There are 10 slots for custom radio channels. The command will find an unused index in this range and create it when found.
- Multiplayer:
- Execute on the server
- Groups:
- Uncategorised
Syntax
- Syntax:
- radioChannelCreate [color, label, callSign, units]
- Parameters:
- color: Array - RGBA color values
- label: String - label
- callSign: String - call sign
- units: Array - list of units in the channel
- Return Value:
- Number
Alternative Syntax
- Syntax:
- radioChannelCreate [color, label, callSign, characters, sentenceType]
- Parameters:
- color: Array - RGBA color values
- label: String - label
- callSign: String - call sign
- characters: Array - list of units in the channel
- sentenceType: Boolean - enable putting all chat messages in quotations (default: true)
- Return Value:
- Number
Examples
- Example 1:
_index = radioChannelCreate [[0.96, 0.34, 0.13, 0.8], "Q-dance Radio", "%UNIT_NAME", [player]];
- Example 2:
_index = radioChannelCreate [[0.96, 0.34, 0.13, 0.8], "Q-dance Radio", "%UNIT_NAME", [player], false]; // disable automatic quotes for chat in channel (ArmA 3)
Additional Information
- See also:
- radioChannelAddradioChannelRemoveradioChannelSetCallSignradioChannelSetLabelcustomChatcustomRadio
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
Categories:
- Scripting Commands
- Introduced with Take On Helicopters version 1.00
- Take On Helicopters: New Scripting Commands
- Take On Helicopters: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- Scripting Commands Take On Helicopters
- Take On Helicopters: New Scripting Commands List
- Arma 3: New Scripting Commands List
- Scripting Commands Arma 3