Skip to content

InventoryItem

Represents an item in the inventory.

Data about this item

Type: ItemData

The category of the item.

Type: string

The character ID of this item.

Type: number

The description of the item.

Type: string

The enhancement level of the item.

Type: number

The enhancement pattern ID of the item.

Type: number

The link to the source file of the item

Type: string

The name of the source file of the item.

Type: string

The ID of the item.

Type: number

The group of the item.

Type: string

The level of the item.

Type: number

The maximum stack size this item can exist in.

Type: number

The meta value of the item.

Type: Record<string, number> | null

The name of the item.

Type: string

The quantity of the item in this stack.

Type: number

Whether the item is AC tagged.

Returns: boolean

Whether the item is type Armor.

Returns: boolean

Whether the item is type Cape.

Returns: boolean

Whether the item is equipped.

Returns: boolean

Whether the item is type Helm.

Returns: boolean

Whether the item is at its maximum stack size.

Returns: boolean

Whether the item is type Pet.

Returns: boolean

Whether the item belongs to the temp inventory.

Returns: boolean

Whether the item is member-only.

Returns: boolean

Whether the item is type Weapon.

Returns: boolean

Whether the item is currently being worn.

Returns: boolean