Click or drag to resize
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#
public World(
	int id,
	string name,
	Population population
)

Parameters

id
Type: SystemInt32
The world Id.
name
Type: SystemString
The world name.
population
Type: GW2CSharp.V2.Unauthenticated.Worlds.EnumsPopulation
The world population level. One of: Low, Medium, High, VeryHigh, Full
See Also