Cam::stopGameplayHint: Difference between revisions

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


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">cam.stopGameplayHint(p0);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.cam.stopGameplayHint(force);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''p0:''' Boolean
*'''force:''' Boolean
===Return value===
===Return value===
*'''Undefined'''
*'''Undefined'''
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Cam_function_c}}
{{Cam_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 16:36, 15 June 2020

Syntax

mp.game.cam.stopGameplayHint(force);

Required Arguments

  • force: Boolean

Return value

  • Undefined

Example

// todo

See also

Template:Cam s function c