Audio::stopSound
Jump to navigation
Jump to search
Syntax
mp.game.audio.stopSound(soundId);Required Arguments
- soundId: int
Return value
- Undefined
Example
// todomp.game.audio.stopSound(soundId);// todo