sideRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:




<h2 style="color:#000066">'''sideRadio ''radioName'''''</h2>
<h2 style="color:#000066">'''''unit'' sideRadio ''radioName'''''</h2>




'''Operand types:'''
'''Operand types:'''
'''unit:''' [[Object]] or [[Array]]


'''radioName:''' [[String]]
'''radioName:''' [[String]]
Line 18: Line 20:
'''Description:'''
'''Description:'''


Send message to side radio channel.
Send the message to the side radio channel.


Message is defined in [[Description.ext|description.ext]] file.
Message is defined in [[Description.ext|description.ext]] file.

Revision as of 15:34, 5 July 2006


unit sideRadio radioName


Operand types:

unit: Object or Array

radioName: String

Type of returned value:

Nothing

Description:

Send the message to the side radio channel.

Message is defined in description.ext file.


Example:

soldierOne sideRadio "messageOne"