Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Worlds
World Class
World Constructor
World Properties
World Methods
World Constructor
View Project on GitHub
Initialization of a new world object.
Namespace:
GW2CSharp.V2.Unauthenticated.Worlds
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
World
(
int
id
,
string
name
,
Population
population
)
Parameters
id
Type:
System
Int32
The world Id.
name
Type:
System
String
The world name.
population
Type:
GW2CSharp.V2.Unauthenticated.Worlds.Enums
Population
The world population level. One of: Low, Medium, High, VeryHigh, Full
See Also
Reference
World Class
GW2CSharp.V2.Unauthenticated.Worlds Namespace