# Character.getTpBonePos

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

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

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