customRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (see also)
Line 27: Line 27:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[radioChannelCreate]] |= SEEALSO  
| [[radioChannelCreate]], [[customChat]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 15:52, 16 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