groupRadio: Difference between revisions

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


|arg= global |= Arguments in MP


<h2 style="color:#000066"> '''''unit'' groupRadio ''radioName'''''</h2>
|eff= local |= Effects in MP
____________________________________________________________________________________________


| Make a unit send a message over the group radio channel. The message is defined in the description.ext of the mission and may contain text and sound. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| unit '''groupRadio''' message |= Syntax


'''unit:''' [[Object]]<br>
|p1= unit: [[Object]] |= Parameter 1
'''radioName:''' [[String]]


'''Type of returned value:'''
|p2= message: [[String]] - the name of the message class in the description.ext |= Parameter 2


[[Nothing]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>soldierOne groupRadio "messageOne"</pre> |= Example 1
____________________________________________________________________________________________


'''Description:'''
| [[globalRadio]], [[sideRadio]], [[vehicleRadio]] |= See also


Send message to group radio channel.<br>
}}
Message is defined in [[Description.ext|description.ext]].


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


'''Example:'''
<!-- Note Section END -->
</dl>


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

Revision as of 01:27, 2 August 2006

Hover & click on the images for description

Description

Description:
Make a unit send a message over the group radio channel. The message is defined in the description.ext of the mission and may contain text and sound.
Groups:
Uncategorised

Syntax

Syntax:
unit groupRadio message
Parameters:
unit: Object
message: String - the name of the message class in the description.ext
Return Value:
Nothing

Examples

Example 1:
soldierOne groupRadio "messageOne"

Additional Information

See also:
globalRadiosideRadiovehicleRadio

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