Tool.getTpBonePos
Returns the world position for a bone in the third person view animation skeleton.
Kind: Function
Environments: Game
Game
tool:getTpBonePos( jointName )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
tool |
Tool | The tool. |
jointName |
string | The joint name. |
Returns:
| Type | Description |
|---|---|
| Vec3 | The joint position. |