sideRadio: Difference between revisions

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


| ofp |= Game name


<h2 style="color:#000066">'''''unit'' sideRadio ''radioName'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| Send the message to the side radio channel. Message is defined in [[description.ext]] file. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| unit '''sideRadio''' radioName |= Syntax


'''unit:''' [[Object]] or [[Array]]
|p1= unit: [[Object]] |= Parameter 1


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


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>soldierOne sideRadio "messageOne"</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Description:'''
}}


Send the message to the side radio channel.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Message is defined in [[Description.ext|description.ext]] file.
<!-- Note Section END -->
</dl>


 
<h3 style="display:none">Bottom Section</h3>
'''Example:'''
[[Category:Scripting Commands|SIDERADIO]]
 
[[Category:Scripting Commands OFP 1.96|SIDERADIO]]
soldierOne '''sideRadio''' "messageOne"
[[Category:Scripting Commands OFP 1.46|SIDERADIO]]
[[Category:Scripting Commands ArmA|SIDERADIO]]

Revision as of 00:46, 2 August 2006

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
soldierOne sideRadio "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