# sm.item.getFeatureData

Returns the shapes feature data.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.item.getFeatureData( uuid )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.item.md#getfeaturedata)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The item uuid. |

**Returns:**

| Type | Description |
| --- | --- |
| table | The feature data table |
