audio.stop

stop(sound_name: string, id: number) → {}

stop the specified sound on all channels

me.audio.stop("cling");
Parameters:
Name Type Attributes Description
sound_name string

<optional>

audio clip name (case sensitive). If none is passed, all sounds are stopped.

id number

<optional>

the sound instance ID. If none is passed, all sounds in group will stop.

Returns:
Type Description
Powered by webdoc!