customRadio

From Bohemia Interactive Community
Revision as of 21:35, 22 May 2014 by Fred Gandt (talk | contribs) (Linked description.ext + tidied example)
Jump to navigation Jump to search
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