TempInventoryItem
Represents an item in the temp inventory.
Properties
Section titled “Properties”Data about this item
Type: ItemData
category Getter
Section titled “category ”The category of the item.
Type: string
description Getter
Section titled “description ”The description of the item.
Type: string
fileLink Getter
Section titled “fileLink ”The link to the source file of the item
Type: string
fileName Getter
Section titled “fileName ”The name of the source file of the item.
Type: string
id Getter
Section titled “id ”The ID of the item.
Type: number
itemGroup Getter
Section titled “itemGroup ”The group of the item.
Type: string
maxStack Getter
Section titled “maxStack ”The maximum stack size this item can exist in.
Type: number
meta Getter
Section titled “meta ”The meta value of the item.
Type: Record<string, number> | null
name Getter
Section titled “name ”The name of the item.
Type: string
quantity Getter
Section titled “quantity ”The quantity of the item in this stack.
Type: number
Methods
Section titled “Methods”Whether the item is AC tagged.
Returns: boolean
isArmor
Section titled “isArmor”Whether the item is type Armor.
Returns: boolean
isCape
Section titled “isCape”Whether the item is type Cape.
Returns: boolean
isHelm
Section titled “isHelm”Whether the item is type Helm.
Returns: boolean
isMaxed
Section titled “isMaxed”Whether the item is at its maximum stack size.
Returns: boolean
Whether the item is type Pet.
Returns: boolean
isTemp
Section titled “isTemp”Whether the item belongs to the temp inventory.
Returns: boolean
isUpgrade
Section titled “isUpgrade”Whether the item is member-only.
Returns: boolean
isWeapon
Section titled “isWeapon”Whether the item is type Weapon.
Returns: boolean