Audio::requestAmbientAudioBank: 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/XZ1tmGEz
All occurrences and usages found in b617d, sorted alphabetically and identical lines removed: pastebin.com/XZ1tmGEz
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.requestAmbientAudioBank(p0, p1);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.requestAmbientAudioBank(p0, p1);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''p0:''' String
*'''p0:''' String

Latest revision as of 21:04, 6 May 2017

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

Syntax

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

Required Arguments

  • p0: String
  • p1: Boolean

Return value

  • Boolean

Example

// todo

See also