# sm.item.getBuoyancyRating

Returns the buoyancy rating of an item.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| integer | The buoyancy. |
