# sm.item.isJoint

Check if the item is a [Joint](../Game-Script-Environment/Userdata/Joint.md).

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | True if the item is a joint. |
