Cam::stopGameplayHint: Difference between revisions
(yay) |
(→Syntax) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="javascript">cam.stopGameplayHint( | <syntaxhighlight lang="javascript">mp.game.cam.stopGameplayHint(force);</syntaxhighlight> | ||
=== Required Arguments === | === Required Arguments === | ||
*''' | *'''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_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