audio.stop
stop(sound_name: string, id: number) → {}
stop the specified sound on all channels
me.audio.stop("cling");
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. |
Type | Description |
---|