# sm.item.isHarvestablePart

Return whether the [Shape](../Game-Script-Environment/Userdata/Shape.md) uuid belongs to a harvestable shape.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | True if shape is a harvestable shape. |
