Interface IInventoryManager
Namespace: Eco.Gameplay.Items.InventoryRelated
Assembly: Eco.Gameplay.dll
Syntax
public interface IInventoryManager
Properties
AllLeafInventories
Declaration
IEnumerable<Inventory> AllLeafInventories { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Inventory> |
AllStacks
Declaration
IEnumerable<ItemStack> AllStacks { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ItemStack> |
Methods
VerifyDestroyed(Inventory)
Declaration
void VerifyDestroyed(Inventory inventory)
Parameters
Type | Name | Description |
---|---|---|
Inventory | inventory |