Class ItemSlotBackpack
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
A slot that can hold mobile containers
public class ItemSlotBackpack : ItemSlot
- Inheritance
-
ItemSlotBackpack
- Inherited Members
- Extension Methods
Constructors
ItemSlotBackpack(InventoryBase)
public ItemSlotBackpack(InventoryBase inventory)
Parameters
inventory
InventoryBase
Properties
MaxSlotStackSize
The upper holding limit of the slot itself. Standard slots are only limited by the item stacks maxstack size.
public override int MaxSlotStackSize { get; }
Property Value
StorageType
The storage type of this slot.
public override EnumItemStorageFlags StorageType { get; }