StopSound
DocsStopSound(soundId)Description
Stops the sound from currently playing, there isn't a way to resume a sound
after stopping it.
Parameters
| Name | Type | Description |
|---|---|---|
soundId | int | The sound id to stop |
Returns
voidThis native does not return a value.