Click or drag to resize
Population Enumeration
View Project on GitHub
Represents the world population level. One of: Low, Medium, High, VeryHigh, Full

Namespace: GW2CSharp.V2.Unauthenticated.Worlds.Enums
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public enum Population
Members
  Member nameValueDescription
Undefined0 Undefined
Low1 Worldstatus Low
Medium2 Worldstatus Medium
High3 Worldstatus High
VeryHigh4 Worldstatus VeryHigh
Full5 Worldstatus Full
See Also