StopSound
- Parameters
-
soundHandle sound
The sound to stop.
killWhenDone boolean
The sound gets destroyed if true.
fadeOut boolean
turns down the volume with
fadeOutRate
as stated in constructor. - comment
-
Stops the sound.
- patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native StopSound takes sound soundHandle, boolean killWhenDone, boolean fadeOut returns nothing