# sm.terrainTile.getCreationsForCell

Returns a table of all creations in a terrain cell.

**Kind:** Function

**Environments:** Terrain

## Terrain

``` { .lua .api-signature }
sm.terrainTile.getCreationsForCell( tileUid, cellOffsetX, cellOffsetY )
```

[Open the full Terrain reference](../Terrain-Script-Environment/Static-Functions/sm.terrainTile.md#getcreationsforcell)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `tileUid` | [Uuid](../Terrain-Script-Environment/Userdata/Uuid.md) | The tile uuid. |
| `cellOffsetX` | integer | The cell X offset. |
| `cellOffsetY` | integer | The cell Y offset. |

**Returns:**

| Type | Description |
| --- | --- |
| table | A table \{ \{ pathOrJson = string, pos = [Vec3](../Terrain-Script-Environment/Userdata/Vec3.md), rot = [Quat](../Terrain-Script-Environment/Userdata/Quat.md) \}, ... \} of creations in the cell. |
