# Tool.getTpBonePos

Returns the world position for a bone in the third person view animation skeleton.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
tool:getTpBonePos( jointName )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Tool.md#gettpbonepos)

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `tool` | [Tool](../Game-Script-Environment/Userdata/Tool.md) | The tool. |
| `jointName` | string | The joint name. |

**Returns:**

| Type | Description |
| --- | --- |
| [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The joint position. |
