Audio::overrideTrevorRage: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.overrideTrevorRage(p0);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.overrideTrevorRage(p0);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''p0:''' unknown (to be checked)
*'''p0:''' unknown (to be checked)
Line 11: Line 11:
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Audio_s_function_c}}
{{Audio_functions_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:Audio API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 18:47, 4 May 2024

Syntax

mp.game.audio.overrideTrevorRage(p0);

Required Arguments

  • p0: unknown (to be checked)

Return value

  • Undefined

Example

// todo

See also