Class SimpleInventory
Inheritance
System.Object
SimpleInventory
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public static class SimpleInventory : Object
Methods
CanFit(Inventory, Item, Int32)
Declaration
public static Result CanFit(this Inventory inventory, Item item, int quantity)
Parameters
Type | Name | Description |
---|---|---|
Inventory | inventory | |
Item | item | |
System.Int32 | quantity |
Returns
Type | Description |
---|---|
Result |