directSay: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also example)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sends the message to the direct channel. The message is defined in the description.ext file, radio protocol, or a kbAddTopic. |= Description
| Sends the 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. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 21:




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>[[player]] [[directSay]] [[configName]] [[selectRandom]] ("true" [[configClasses]] ([[configFile]] >> "CfgRadio"));</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[sideRadio]], [[groupRadio]], [[customRadio]], [[vehicleRadio]], [[globalRadio]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 17:16, 4 August 2016

Hover & click on the images for description

Description

Description:
Sends the 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