Class ItemSlot
- Namespace
- GuildWars2.Hero.Inventories
- Assembly
- GW2SDK.dll
Information about an item slot in the inventory or bank.
public sealed record ItemSlot : IEquatable<ItemSlot>
- Inheritance
-
ItemSlot
- Implements
- Inherited Members
Properties
- Binding
Whether this item is bound.
- BoundTo
The name of the character if the item is soulbound.
- Charges
If present, indicates the number of charges remaining on the item. Used for breakable gathering tools and salvage kits.
- Count
How many of the item are in this slot.
- DyeColorIds
The color IDs of the dyes applied to the current item.
- Id
The ID of the item in this slot.
- InfusionItemIds
The item IDs of infusions in this item.
- SecondarySuffixItemId
If present, indicates the item ID of an upgrade component in the second slot of a two-handed weapon.
- SkinId
If present, indicates the ID of the skin applied to the item. If the item has no skin applied, this value is
null
.
- Stats
The selected attribute combination for equipment with selectable stats.
- SuffixItemId
If present, indicates the item ID of an upgrade component.
Methods
- GetChatLink()
Gets a chat link object for this item slot.