say2D: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(split up different syntax -> increase readability)
m (added Parameter)
Line 30: Line 30:


|p23= target: [[Object]] - |=PARAMETER3
|p23= target: [[Object]] - |=PARAMETER3
|p24= speechName: [[String]] |= Parameter4


|r2= [[Nothing]] |= RETURNVALUE  
|r2= [[Nothing]] |= RETURNVALUE  

Revision as of 23:16, 7 May 2015

Hover & click on the images for description

Description

Description:
Same as say only sound is mono.
Groups:
Uncategorised

Syntax

Syntax:
unit say2D speechName
Parameters:
unit: Object -
speechName: String
Return Value:
Nothing

Alternative Syntax

Syntax:
[unit, target] say2D speechName
Parameters:
[unit, target]: Array
unit: Object -
target: Object -
speechName: String
Return Value:
Nothing

Examples

Examples:
Example needed

Additional Information

See also:
saysay3DplaySoundcreateSoundSource

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