# Harvestable.applyShakeImpulse

Applies a shake impulse to the harvestable.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Client only

**Parameters:**

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