vehicleRadio: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|VEHICLERADIO]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|VEHICLERADIO]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|VEHICLERADIO]]
 
[[Category:Scripting Commands ArmA|VEHICLERADIO]]
| ofp |= Game name


|1.00|= Game version
____________________________________________________________________________________________


<h2 style="color:#000066">unit  '''vehicleRadio ''radioName'''''</h2>
| Send message to vehicle radio channel. Message is defined in description.ext. |= Description
____________________________________________________________________________________________


| '''vehicleRadio''' |= Syntax


'''Operand types:'''
|p1= unit: [[Object]] |= Parameter 1


'''unit:''' [[Object]]
|p2= radioName: [[String]] |= Parameter 2


'''radioName:''' [[String]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>soldierOne vehicleRadio "messageOne"</pre> |= Example 1
____________________________________________________________________________________________


'''Type of returned value:'''
|  |= See also


[[Nothing]]
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Send message to vehicle radio channel.
<!-- Note Section END -->
</dl>


Message is defined in description.ext.


<h3 style="display:none">Bottom Section</h3>


'''Example:'''


soldierOne '''vehicleRadio''' "messageOne"
[[Category:Scripting Commands|VEHICLERADIO]]
[[Category:Scripting Commands OFP 1.96|VEHICLERADIO]]
[[Category:Scripting Commands OFP 1.46|VEHICLERADIO]]
[[Category:Scripting Commands ArmA|VEHICLERADIO]]

Revision as of 23:51, 1 August 2006

Hover & click on the images for description

Description

Description:
Send message to vehicle radio channel. Message is defined in description.ext.
Groups:
Uncategorised

Syntax

Syntax:
vehicleRadio
Parameters:
unit: Object
radioName: String
Return Value:
Nothing

Examples

Example 1:
soldierOne vehicleRadio "messageOne"

Additional Information

See also:
See also needed

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