setOptions
Set the sound options.
Syntax
sound.setOptions(loop);
Parameters
Name | Type | Description |
---|---|---|
options | SoundOptions | The sound options. |
Example
sound.setOptions({
volume: 0.5,
});
Available on: Client
Set the sound options.
sound.setOptions(loop);
Name | Type | Description |
---|---|---|
options | SoundOptions | The sound options. |
sound.setOptions({
volume: 0.5,
});
Available on: Client