# sm.item.addTrackedItem

Adds a shape uuid to be a tracked item.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.item.addTrackedItem( uuid, type )
```

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The uuid of the shape. |
| `type` | integer | The [sm.item.trackingType](../Game-Script-Environment/Static-Functions/sm.item.md#trackingtype). |
