Player::getBoneIndex: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
Line 8: Line 8:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
// todo
entity.getBoneIndex(6286);
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Player_function_c}}
{{Player_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 11:47, 25 July 2020

no bone= -1

Syntax

player.getBoneIndex(boneId);

Required Arguments

  • boneId: int

Return value

  • int

Example

entity.getBoneIndex(6286);

See also