Property onInventoryOverflow
onInventoryOverflow
Fired whenever an Inventory is unable to add items because it's full (i.e. max quantity exceeded).
Declaration
public static InventoryManager.InventoryEvent onInventoryOverflow { get; set; }
Property Value
| Type | Description |
|---|---|
| InventoryManager.InventoryEvent | The InventoryEvent fired whenever an Inventory is unable to add items because it's full. |