# PathNode.getPosition

Get the world position of a path node

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
pathNode:getPosition(  )
```

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

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `node` | [PathNode](../Game-Script-Environment/Userdata/PathNode.md) | The path node |

**Returns:**

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