vehicleRadio: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Killzone Kid (talk | contribs) (example) |
||
Line 23: | Line 23: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= < | |x1= <code>_soldierOne [[vehicleRadio]] "messageOne";</code> |= Example 1 | ||
|x2= <code>[[player]] [[vehicleRadio]] [[configName]] [[selectRandom]] ("true" [[configClasses]] ([[configFile]] >> "CfgRadio"));</code> |= Example 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[globalRadio]], [[sideRadio]], [[groupRadio]] |= See also | ||
}} | }} |
Revision as of 15:56, 4 August 2016
Description
- Description:
- Send message to vehicle radio channel. Message is defined in description.ext.
- Groups:
- Uncategorised
Syntax
- Syntax:
- vehicleName vehicleRadio name
- Parameters:
- vehicleName: Object
- name: String
- Return Value:
- Nothing
Examples
- Example 1:
_soldierOne vehicleRadio "messageOne";
- Example 2:
player vehicleRadio configName selectRandom ("true" configClasses (configFile >> "CfgRadio"));
Additional Information
- See also:
- globalRadiosideRadiogroupRadio
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Local Effect
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Command Group: Interaction
- Command Group: Radio Control
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters