GetPlayerBoneNames

From Onset Developer Wiki
GetPlayerBoneNames

Type: Function
Context: Client
Introduced: v1.0

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__