Class InventoryCollection
Inherited Members
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public class InventoryCollection : Inventory, IController, IViewController, IHasUniversalID
Constructors
InventoryCollection(Inventory[])
Declaration
public InventoryCollection(params Inventory[] inventories)
Parameters
Type | Name | Description |
---|---|---|
Inventory[] | inventories |
InventoryCollection(IEnumerable<Inventory>)
Declaration
public InventoryCollection(IEnumerable<Inventory> inventories)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Inventory> | inventories |
Properties
IsLeafInventory
Declaration
public override bool IsLeafInventory { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SubInventories
Declaration
protected override IEnumerable<Inventory> SubInventories { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Inventory> |
Overrides
Methods
DescribeOwners()
Declaration
public string DescribeOwners()
Returns
Type | Description |
---|---|
System.String |