GTA V NativesaudioAudio::hasSoundFinishedOn this pageAudio::hasSoundFinishedSyntax ```js mp.game.audio.hasSoundFinished(soundId); ``` Required Arguments soundId: int Return value Boolean Example ```js // todo ``` See also