vehicleRadio: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#V|COMREF]] | |||
<h2 style="color:#000066">unit '''vehicleRadio ''radioName'''''</h2> | <h2 style="color:#000066">unit '''vehicleRadio ''radioName'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
unit: [[Object]] | '''unit:''' [[Object]] | ||
radioName: [[String]] | |||
'''radioName:''' [[String]] | |||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Nothing | [[Nothing]] | ||
'''Description:''' | '''Description:''' | ||
Send message to vehicle radio channel. | Send message to vehicle radio channel. | ||
Message is defined in description.ext. | Message is defined in description.ext. | ||
'''Example:''' | '''Example:''' | ||
soldierOne '''vehicleRadio''' "messageOne" | soldierOne '''vehicleRadio''' "messageOne" |