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