Audio::releaseSoundId: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
 
Line 1: Line 1:


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.releaseSoundId(soundId);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.releaseSoundId(soundId);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''soundId:''' int
*'''soundId:''' int

Latest revision as of 21:04, 6 May 2017

Syntax

mp.game.audio.releaseSoundId(soundId);

Required Arguments

  • soundId: int

Return value

  • Undefined

Example

// todo

See also