audio.unmute
unmute(sound_name: string, id: number) → {}
unmute the specified sound
Name | Type | Attributes | Description |
---|---|---|---|
sound_name | string |
audio clip name |
|
id | number |
<optional> |
the sound instance ID. If none is passed, all sounds in group will unmute. |
Type | Description |
---|