Audio::setAmbientZoneListStatePersistent: Difference between revisions

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

Latest revision as of 21:04, 6 May 2017

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

Syntax

mp.game.audio.setAmbientZoneListStatePersistent(ambientZone, p1, p2);

Required Arguments

  • ambientZone: String
  • p1: Boolean
  • p2: Boolean

Return value

  • Undefined

Example

// todo

See also