Item Slot

📦 ItemSlot Struct

Represents a single slot in the inventory or storage.

Namespace: Esper.Inventool

Access: public

Type: struct


📦 Fields

Access
Field
Type
Description

public

itemStack

ItemStack

The item stack using this slot.

public

page

int

The page of this item slot in the inventory or storage.

public

coordinate

Vector2Int

The coordinate of this item slot in the inventory storage.


🔧 Properties

Access
Property
Type
Description

public

InUse

bool

If this slot is in use.

Last updated