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

return type
nothing
Source code
native StopSound                    takes sound soundHandle, boolean killWhenDone, boolean fadeOut returns nothing
Source
common.j
wc3modding.com
StopSound