stopSound: Difference between revisions
Killzone Kid (talk | contribs) (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...") |
Killzone Kid (talk | contribs) No edit summary |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 2. | |version1= 2.12 | ||
| | |||
|eff= local | |||
|gr1= Sounds | |gr1= Sounds | ||
|descr= | |descr= Terminates the given sound | ||
|s1= [[stopSound]] id | |s1= [[stopSound]] id | ||
|p1= id: [[Number]] - id returned by [[playSoundUI]] and [[playSound3D]] commands | |p1= id: [[Number]] - id returned by [[playSoundUI]] and [[playSound3D]] commands{{Feature|important|Sound ids are '''local'''.}} | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
| Line 17: | Line 18: | ||
|x1= <sqf>stopSound 10;</sqf> | |x1= <sqf>stopSound 10;</sqf> | ||
|seealso= | |seealso= [[playSoundUI]] [[playSound3D]] [[soundParams]] | ||
}} | }} | ||
Latest revision as of 14:58, 21 November 2025
Description
- Description:
- Terminates 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