stopSound: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.14 |branch= dev |gr1= Sounds |descr= Stops the given sound |s1= stopSound id |p1= id: Number - id returned by playS...")
 
m (Text replacement - "‎" to "")
Line 17: Line 17:
|x1= <sqf>stopSound 10;</sqf>
|x1= <sqf>stopSound 10;</sqf>


|seealso= [[playSoundUI]] [[playSound3D]] [[soundParams]]
|seealso= [[playSoundUI]] [[playSound3D]] [[soundParams]]
}}
}}

Revision as of 12:53, 26 April 2023

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.14.

Description

Description:
Stops the given sound
Groups:
Sounds

Syntax

Syntax:
stopSound id
Parameters:
id: Number - id returned by playSoundUI and playSound3D commands
Return Value:
Nothing

Examples

Example 1:
stopSound 10;

Additional Information

See also:
playSoundUI playSound3D soundParams

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