# sm.terrainTile.getCreatorId

Returns the id of the tiles creator.

**Kind:** Function

**Environments:** Terrain

## Terrain

``` { .lua .api-signature }
sm.terrainTile.getCreatorId( path )
```

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `path` | string | The tile's path. |

**Returns:**

| Type | Description |
| --- | --- |
| string | The creator's id. |
