# Harvestable.getWorld

Returns the world a harvestable exists in.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| [World](../Game-Script-Environment/Userdata/World.md) | The world the harvestable exists in. |
