Table of Contents

Class ItemSlotBagContent

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public class ItemSlotBagContent : ItemSlotSurvival
Inheritance
ItemSlotBagContent
Inherited Members
Extension Methods

Constructors

ItemSlotBagContent(InventoryBase, int, int, EnumItemStorageFlags)

public ItemSlotBagContent(InventoryBase inventory, int BagIndex, int SlotIndex, EnumItemStorageFlags storageType)

Parameters

inventory InventoryBase
BagIndex int
SlotIndex int
storageType EnumItemStorageFlags

Fields

BagIndex

public int BagIndex

Field Value

int

SlotIndex

public int SlotIndex

Field Value

int

storageType

public EnumItemStorageFlags storageType

Field Value

EnumItemStorageFlags

Properties

StorageType

The storage type of this slot.

public override EnumItemStorageFlags StorageType { get; }

Property Value

EnumItemStorageFlags