# Harvestable.setUvFrameIndex

Sets the UV animation frame with the given index.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
harvestable:setUvFrameIndex( index )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Harvestable.md#setuvframeindex)

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `harvestable` | [Harvestable](../Game-Script-Environment/Userdata/Harvestable.md) | The harvestable. |
| `index` | integer | The index. |
