Click or drag to resize
ItemFlag Enumeration
View Project on GitHub
Flags applying to the item

Namespace: GW2CSharp.V2.Unauthenticated.Items.Enums
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public enum ItemFlag
Members
  Member nameValueDescription
Undefined0 Undefined.
AccountBindOnUse1 Account bound on use.
AccountBound2 Account bound on acquire
HideSuffix3 Hide the suffix of the upgrade component
MonsterOnly4 Empty.
NoMysticForge5 Not usable in the Mystic Forge
NoSalvage6 Not salvageable.
NoSell7 Not sellable
NotUpgradeable8 Not upgradeable
NoUnderwater9 Not available underwater.
SoulbindOnAcquire10 Soulbound on acquire
SoulBindOnUse11 Soulbound on use
Unique12 Unique
See Also