GetPlayerBoneNames: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetPlayerBoneNames()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Exa..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Client|1.0}} | {{Info|Function|Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Returns a table containing the bone names of the player skeleton dynamically. Useful for [[GetPlayerBoneLocation]].}} | ||
{{FuncSyntax|GetPlayerBoneNames()}} | {{FuncSyntax|GetPlayerBoneNames()}} | ||
Line 8: | Line 8: | ||
{{FuncNoParam}} | {{FuncNoParam}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns a table with the bone names.}} | ||
== Example == | == Example == |
Latest revision as of 19:29, 18 January 2020
Description
Returns a table containing the bone names of the player skeleton dynamically. Useful for GetPlayerBoneLocation.
Syntax
GetPlayerBoneNames()
Parameters
- This function has no parameters.
Return Value
- Returns a table with the bone names.
Example
__EDIT_ME__
See also
__EDIT_ME__