Enum ItemBinding
- Namespace
- GuildWars2.Hero
- Assembly
- GW2SDK.dll
Represents the types of item binding in Guild Wars 2.
[JsonConverter(typeof(ItemBindingJsonConverter))]
public enum ItemBinding
Fields
None = 0
The item is not bound and can be traded with other players.
Account = 1
The item can only be used on the current player's account.
Character = 2
The item can only be used by a soulbound character on the current player's account.