Audio::requestScriptAudioBank: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
Line 1: Line 1:
All occurrences and usages found in b617d, sorted alphabetically and identical lines removed: pastebin.com/AkmDAVn6
All occurrences and usages found in b617d, sorted alphabetically and identical lines removed: pastebin.com/AkmDAVn6
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.requestScriptAudioBank(p0, p1);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.requestScriptAudioBank(p0, p1);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''p0:''' String
*'''p0:''' String

Revision as of 21:03, 6 May 2017

All occurrences and usages found in b617d, sorted alphabetically and identical lines removed: pastebin.com/AkmDAVn6

Syntax

mp.game.audio.requestScriptAudioBank(p0, p1);

Required Arguments

  • p0: String
  • p1: Boolean

Return value

  • Boolean

Example

// todo

See also