# sm.item.getPlantableUuids

Returns a table of all plantable [uuids](../Game-Script-Environment/Userdata/Uuid.md).

**Kind:** Function

**Environments:** Game

## Game

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

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

**Returns:**

| Type | Description |
| --- | --- |
| table | table of all plantable [uuids](../Game-Script-Environment/Userdata/Uuid.md) \{[Uuid](../Game-Script-Environment/Userdata/Uuid.md), ..\}. |
