# Harvestable.getPoseWeight

Returns the pose weight of the pose in the given index.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Client only

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| number | The pose weight. |
