Table of Contents

Class ItemFlags

Namespace
GuildWars2.Items
Assembly
GW2SDK.dll

Modifiers for items.

[JsonConverter(typeof(ItemFlagsJsonConverter))]
public sealed record ItemFlags : Flags, IEquatable<Flags>, IEquatable<ItemFlags>
Inheritance
ItemFlags
Implements
Inherited Members

Properties

AccountBindOnUse

Whether the item becomes account bound when used.

AccountBound

Whether the item is always account bound.

Attuned

Whether the item is attuned. Attuned equipment gains one extra infusion slot.

BulkConsume

Whether the item can be bulk consumed (e.g. by right-clicking the item stack and selecting "Use All").

DeleteWarning

Whether attempting to delete the item shows a confirmation dialog.

HideSuffix

Whether the item name includes the suffix from any upgrades applied to it.

Infused

Whether the item is infused. Infused equipment gains one extra infusion slot.

MonsterOnly

Unknown flag. The name suggests that the item is only usable by monsters, but some player items also have this flag.

NoMysticForge

Whether the item can be used in the mystic forge.

NoSalvage

Whether the item can be salvaged.

NoSell

Whether the item is hidden from sell-to-vendor lists.

NoUnderwater

Whether the item can be used while the player is underwater.

NotUpgradeable

Whether the item can be upgraded with an upgrade component.

SoulbindOnUse

Whether the item becomes soulbound when used.

Soulbound

Whether the item is always soulbound.

Tonic

Whether the item is a tonic.

Unique

Whether the item is unique, preventing the player from equipping more than one.