# Character.getLockingHarvestable

Get the [Harvestable](../Game-Script-Environment/Userdata/Harvestable.md) that the [Character](../Game-Script-Environment/Userdata/Character.md) is locked to.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
character:getLockingHarvestable(  )
```

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

**Parameters:**

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

**Returns:**

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