# sm.item.getInteractablesUuidsOfType

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

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `interactableType` | string | The interactable type name |

**Returns:**

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