customRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (Linked description.ext + tidied example)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sends the message to the custom radio channel. The message is defined in the description.ext file or radio protocol.  |= Description
| Sends the message to the custom radio channel. The message is defined in the [[description.ext]] file or radio protocol.  |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 23: Line 23:




|x1= <code>soldierOne customRadio [1,&quot;WordEnemy&quot;]</code>|= EXAMPLE1  
|x1= <code>_soldierOne [[customRadio]] [1, "WordEnemy"];</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 21:35, 22 May 2014

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:
radioChannelCreatecustomChat

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