Skip to content

BankItem

Represents an item in the bank.

Data about this item

Type: ItemData

The category of the item.

Type: string

The description of the item.

Type: string

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 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 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