say2D: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9]) *= * <code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 23: | Line 23: | ||
|s1= from [[say2D]] sound | |s1= from [[say2D]] sound | ||
|p1= from: [[Object]] - | |p1= from: [[Object]] or [[Array]] of [[Object]]s | ||
* [[Object]] - the sound source | |||
* [[Array]] - format [from, to]: | |||
** from: [[Object]] - sound source | |||
** to: [[Object]] - target | |||
|p2= sound: [[String]] - | |p2= sound: [[String]] or [[Array]] | ||
* [[String]] - class name of the sound to be played. Defined in CfgSounds including [[Description.ext]] | |||
* [[Array]] - format [sound, maxTitlesDistance, speed]: | |||
** sound: [[String]] - class name of the sound to be played. Defined in CfgSounds including [[Description.ext]] | |||
** maxTitlesDistance: [[Number]] (Optional, default 100) - max. distance in meters at which the sound can be heard | |||
** speed: [[Number]] (Optional, default 1) - pitch of the sound | |||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <sqf>player say2D "HelloThere";</sqf> | |x1= <sqf>player say2D "HelloThere";</sqf> |
Revision as of 15:07, 25 February 2023
Description
- Description:
- Plays given sound in 2D.
- Groups:
- Sounds
Syntax
- Syntax:
- from say2D sound
- Parameters:
- from: Object or Array of Objects
- sound: String or Array
- String - class name of the sound to be played. Defined in CfgSounds including Description.ext
- Array - format [sound, maxTitlesDistance, speed]:
- sound: String - class name of the sound to be played. Defined in CfgSounds including Description.ext
- maxTitlesDistance: Number (Optional, default 100) - max. distance in meters at which the sound can be heard
- speed: Number (Optional, default 1) - pitch of the sound
- Return Value:
- Nothing
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- say say3D playSound createSoundSource playSoundUI
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