Audio::cancelMusicEvent: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
 
Line 1: Line 1:
All music event names found in the b617d scripts: pastebin.com/GnYt0R3P
All music event names found in the b617d scripts: pastebin.com/GnYt0R3P
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.cancelMusicEvent(eventName);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.cancelMusicEvent(eventName);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''eventName:''' String
*'''eventName:''' String

Latest revision as of 21:04, 6 May 2017

All music event names found in the b617d scripts: pastebin.com/GnYt0R3P

Syntax

mp.game.audio.cancelMusicEvent(eventName);

Required Arguments

  • eventName: String

Return value

  • Boolean

Example

// todo

See also