Audio::specialFrontendEqual: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
Line 10: Line 10:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Audio_function_c}}
{{Audio_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 20:59, 6 May 2017

Hash collision!!! PLAY_STREAM_FROM_POSITION is the correct name!

Syntax

audio.specialFrontendEqual(x, y, z);

Required Arguments

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

Return value

  • Undefined

Example

// todo

See also