radioChannelCreate: Difference between revisions
Jump to navigation
Jump to search
(First draft documentation for new TKOH command) |
m (See also) |
||
Line 24: | Line 24: | ||
|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> |= | ||
| | | [[radioChannelAdd]], [[radioChannelRemove]], [[radioChannelSetCallSign]], [[radioChannelSetLabel]] |= See also | ||
}} | }} |
Revision as of 17:20, 25 November 2011
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.
- Groups:
- Uncategorised
Syntax
- Syntax:
- radioChannelCreate [color, label, callSign, characters]
- Parameters:
- color: Array - RGBA color values
- label: String - label
- callSign: String - call sign
- characters: Array - list of registered characters
- Return Value:
- Number
Examples
- Example 1:
_index = radioChannelCreate [[0.96, 0.34, 0.13, 0.8], "Q-dance Radio", "%UNIT_NAME", [player]];
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