Audio::specialFrontendEqual: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
Line 1: Line 1:
Hash collision!!! PLAY_STREAM_FROM_POSITION is the correct name!
Hash collision!!! PLAY_STREAM_FROM_POSITION is the correct name!
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.specialFrontendEqual(x, y, z);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.specialFrontendEqual(x, y, z);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''x:''' float
*'''x:''' float

Revision as of 21:03, 6 May 2017

Hash collision!!! PLAY_STREAM_FROM_POSITION is the correct name!

Syntax

mp.game.audio.specialFrontendEqual(x, y, z);

Required Arguments

  • x: float
  • y: float
  • z: float

Return value

  • Undefined

Example

// todo

See also