Skip to main content

Audio::stopSound

Syntax

```js mp.game.audio.stopSound(soundId); ```

Required Arguments

  • soundId: int

Return value

  • Undefined

Example

```js // todo ```

See also