Class VoidStorageInventory
Inherited Members
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public class VoidStorageInventory : DynamicInventory, IController, IViewController, IHasUniversalID
Constructors
VoidStorageInventory(Boolean)
Declaration
public VoidStorageInventory(bool newInventory = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | newInventory |
Methods
Lock(User)
Declaration
public void Lock(User user = null)
Parameters
Type | Name | Description |
---|---|---|
User | user |
MergeItemStack(Item, Int32)
Declaration
public void MergeItemStack(Item item, int count)
Parameters
Type | Name | Description |
---|---|---|
Item | item | |
System.Int32 | count |
MergeItemStack(Type, Int32)
Declaration
public void MergeItemStack(Type itemType, int count = 1)
Parameters
Type | Name | Description |
---|---|---|
System.Type | itemType | |
System.Int32 | count |