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
- return type
nothing
- Source code
native StopSound takes sound soundHandle, boolean killWhenDone, boolean fadeOut returns nothing