vehicleRadio: Difference between revisions

From Bohemia Interactive Community
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"

Revision as of 17:05, 15 April 2006

back to COMREF

unit vehicleRadio radioName


Operand types:

unit: Object

radioName: String

Type of returned value:

Nothing

Description:

Send message to vehicle radio channel.

Message is defined in description.ext.


Example: soldierOne vehicleRadio "messageOne"