# sm.shape.getIsStackable

Return whether the shape uuid belongs to a stackable shape

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.shape.getIsStackable( uuid )
```

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | True if the shape is stackable. |
