# GameClass.enableLimitedInventory

Enables or disables limited inventory. (Defaults to false)

**Kind:** Constant

**Environments:** Game

## Game

[Open the full Game reference](../Game-Script-Environment/Classes/GameClass.md#enablelimitedinventory)

When limited in inventory is on, items have a limited amount. When off, the player has access to all items. (Except for items with json value "hidden": true)

**Returns:**

| Type | Description |
| --- | --- |
| boolean | &mdash; |
