Audio::playSoundFrontend: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
Line 1: Line 1:
list: pastebin.com/DCeRiaLJ<br><br>All found occurrences in b617d, sorted alphabetically and identical lines removed: pastebin.com/0neZdsZ5
list: pastebin.com/DCeRiaLJ<br><br>All found occurrences in b617d, sorted alphabetically and identical lines removed: pastebin.com/0neZdsZ5
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.playSoundFrontend(soundId, audioName, audioRef, p3);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.playSoundFrontend(soundId, audioName, audioRef, p3);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''soundId:''' int
*'''soundId:''' int

Revision as of 21:04, 6 May 2017

list: pastebin.com/DCeRiaLJ

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

Syntax

mp.game.audio.playSoundFrontend(soundId, audioName, audioRef, p3);

Required Arguments

  • soundId: int
  • audioName: String
  • audioRef: String
  • p3: Boolean

Return value

  • Undefined

Example

// todo

See also