Audio::setAmbientZoneStatePersistent: 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/jYvw7N1S==Syntax==<syntaxhighlight lang="javascript">audio.setAmbientZoneStatePersistent(ambientZone, p1, p2);</syntaxhighlight>=== Required Arguments ===*'''ambientZone:''' String*'''p1:''' Boolean*'''p2:''' Boolean===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Audio_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
  All occurrences found in b617d, sorted alphabetically and identical lines removed: pastebin.com/jYvw7N1S
==Syntax==
<syntaxhighlight lang="javascript">audio.setAmbientZoneStatePersistent(ambientZone, p1, p2);</syntaxhighlight>
=== Required Arguments ===
*'''ambientZone:''' String
*'''p1:''' Boolean
*'''p2:''' Boolean
===Return value===
*'''Undefined'''
==Example==
<syntaxhighlight lang="javascript">
todo
</syntaxhighlight>
==See also==
{{Audio_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Revision as of 19:54, 6 May 2017

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

Syntax

audio.setAmbientZoneStatePersistent(ambientZone, p1, p2);

Required Arguments

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

Return value

  • Undefined

Example

todo

See also

Template:Audio function c