Audio::playPoliceReport: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
Line 1: Line 1:
Please change to void. (Does not return anything!)<br><br>Plays the given police radio message.<br><br>All found occurrences in b617d, sorted alphabetically and identical lines removed: pastebin.com/GBnsQ5hr==Syntax==<syntaxhighlight lang="javascript">audio.playPoliceReport(name, p1);</syntaxhighlight>=== Required Arguments ===*'''name:''' String*'''p1:''' float===Return value===*'''unknown (to be checked)'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Audio_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
Please change to void. (Does not return anything!)<br><br>Plays the given police radio message.<br><br>All found occurrences in b617d, sorted alphabetically and identical lines removed: pastebin.com/GBnsQ5hr
==Syntax==
<syntaxhighlight lang="javascript">audio.playPoliceReport(name, p1);</syntaxhighlight>
=== Required Arguments ===
*'''name:''' String
*'''p1:''' float
===Return value===
*'''unknown (to be checked)'''
==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

Please change to void. (Does not return anything!)

Plays the given police radio message.

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

Syntax

audio.playPoliceReport(name, p1);

Required Arguments

  • name: String
  • p1: float

Return value

  • unknown (to be checked)

Example

todo

See also

Template:Audio function c