Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.Enums
Armor Enumeration
DamageType Enumeration
Discipline Enumeration
GameMode Enumeration
Gender Enumeration
Profession Enumeration
Race Enumeration
Rarity Enumeration
RequestedLanguage Enumeration
Restriction Enumeration
Weapon Enumeration
Weight Enumeration
Weight Enumeration
View Project on GitHub
Weight types of GW2
Namespace:
GW2CSharp.Enums
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
enum
Weight
Members
Member name
Value
Description
Undefined
0
Undefined.
Clothing
1
Townclothing.
Light
2
Light armor.
Medium
3
Medium armor.
Heavy
4
Heavy armor.
See Also
Reference
GW2CSharp.Enums Namespace