globalRadio: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|= Comments | |||
____________________________________________________________________________________________ | |||
| ofp |= Game name | |||
|1.00|= Game version | |||
|arg= global |= Arguments in MP | |||
|eff= local |= Effects in MP | |||
____________________________________________________________________________________________ | |||
| Make a unit send a message over the global radio channel. The message is defined in the description.ext of the mission and may contain text and sound. |= Description | |||
____________________________________________________________________________________________ | |||
| unit '''globalRadio''' message |= Syntax | |||
''' | |||
|p1= unit: [[Object]] |= Parameter 1 | |||
[[ | |p2= message: [[String]] - the name of the message class in the description.ext |= Parameter 2 | ||
| [[Nothing]] |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <pre>soldierOne globalRadio "messageOne"</pre> |= Example 1 | |||
____________________________________________________________________________________________ | |||
| [[sideRadio]], [[groupRadio]], [[vehicleRadio]] |= See also | |||
}} | |||
<h3 style="display:none">Notes</h3> | |||
<dl class="command_description"> | |||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> | |||
[[Category:Scripting Commands|GLOBALRADIO]] | |||
[[Category:Scripting Commands OFP 1.96|GLOBALRADIO]] | |||
[[Category:Scripting Commands OFP 1.46|GLOBALRADIO]] | |||
[[Category:Scripting Commands ArmA|GLOBALRADIO]] |
Revision as of 00:24, 2 August 2006
Description
- Description:
- Make a unit send a message over the global radio channel. The message is defined in the description.ext of the mission and may contain text and sound.
- Groups:
- Uncategorised
Syntax
- Syntax:
- unit globalRadio message
- Parameters:
- unit: Object
- message: String - the name of the message class in the description.ext
- Return Value:
- Nothing
Examples
- Example 1:
soldierOne globalRadio "messageOne"
Additional Information
- See also:
- sideRadiogroupRadiovehicleRadio
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