customRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |0.50|= Game version ____________________...")
 
(Fixed example using customChat instead of customRadio)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| unit '''customChat''' [channel, message] |= Syntax
| unit '''customRadio''' [channel, message] |= Syntax


|p1= unit: [[Object]]  |= PARAMETER1  
|p1= unit: [[Object]]  |= PARAMETER1  

Revision as of 00:20, 3 March 2013

Hover & click on the images for description

Description

Description:
Sends the message to the custom radio channel. The message is defined in the description.ext file or radio protocol.
Groups:
Uncategorised

Syntax

Syntax:
unit customRadio [channel, message]
Parameters:
unit: Object
[channel, message]: Array
channel: Number
message: String
Return Value:
Nothing

Examples

Example 1:
soldierOne customRadio [1,"WordEnemy"]

Additional Information

See also:
See also needed

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