Table of Contents

Class ItemSlotBackpack

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

A slot that can hold mobile containers

public class ItemSlotBackpack : ItemSlot
Inheritance
ItemSlotBackpack
Inherited Members

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

int

StorageType

The storage type of this slot.

public override EnumItemStorageFlags StorageType { get; }

Property Value

EnumItemStorageFlags