Audio::startScriptConversation: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.startScriptConversation(p0, p1, p2, p3);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.startScriptConversation(p0, p1, p2, p3);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''p0:''' Boolean
*'''p0:''' Boolean
Line 11: Line 11:
==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]]

Latest revision as of 21:04, 6 May 2017

Syntax

mp.game.audio.startScriptConversation(p0, p1, p2, p3);

Required Arguments

  • p0: Boolean
  • p1: Boolean
  • p2: Boolean
  • p3: Boolean

Return value

  • Undefined

Example

// todo

See also