directSay: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(locality)
Line 5: Line 5:


|1.00|= Game version
|1.00|= Game version
|arg= global |= Arguments in MP
|eff= local |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 18:23, 4 August 2016

Hover & click on the images for description

Description

Description:
Sends the audio message to the direct channel. Command operates just like xxxxRadio commands, but the sound is played over direct channel and is independent of fadeRadio. The message is defined in the description.ext file, radio protocol, or a kbAddTopic.
Groups:
Uncategorised

Syntax

Syntax:
unit directSay radioName
Parameters:
unit: Object -
radioName: String -
Return Value:
Nothing

Examples

Example 1:
player directSay configName selectRandom ("true" configClasses (configFile >> "CfgRadio"));

Additional Information

See also:
sideRadiogroupRadiocustomRadiovehicleRadioglobalRadio

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