# Portal.getPositionA

Returns the position of portal opening A.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
portal:getPositionA(  )
```

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

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `portal` | [Portal](../Game-Script-Environment/Userdata/Portal.md) | The portal. |

**Returns:**

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