Show / Hide Table of Contents

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

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾