Cam::setGameplayPedHint: Difference between revisions
(yay) |
(yay) |
||
| Line 15: | Line 15: | ||
==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]] | ||
Revision as of 21:00, 6 May 2017
Syntax
cam.setGameplayPedHint(p0, x1, y1, z1, p4, p5, p6, p7);
Required Arguments
- p0: Ped handle or object
- x1: float
- y1: float
- z1: float
- p4: Boolean
- p5: unknown (to be checked)
- p6: unknown (to be checked)
- p7: unknown (to be checked)
Return value
- Undefined
Example
// todo