# Harvestable.getUvFrameIndex

Returns the index of the current UV animation frame

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Client only

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| integer | The uv frame. |
