# Portal.getContentsA

Gets the contents of opening A

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Server only

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| table | A table of contents of type [Character](../Game-Script-Environment/Userdata/Character.md) and [Body](../Game-Script-Environment/Userdata/Body.md). |
