Click or drag to resize
Objectives Constructor
View Project on GitHub
This resource returns details about World vs. World objectives such as camps, towers, and keeps.

Namespace: GW2CSharp.V2.Unauthenticated.WvW
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Objectives(
	string id,
	string name,
	int sector_id,
	ObjectiveType type,
	MapType map_type,
	int map_id,
	float[] coord,
	float[] label_coord,
	string marker
)

Parameters

id
Type: SystemString
The objective id.
name
Type: SystemString
The name of the objective.
sector_id
Type: SystemInt32
The map sector the objective can be found in. (See /v2/continents.)
type
Type: GW2CSharp.V2.Unauthenticated.WvW.EnumsObjectiveType
The type of the objective
map_type
Type: GW2CSharp.V2.Unauthenticated.WvW.EnumsMapType
The map that this objective can be found on
map_id
Type: SystemInt32
The ID of the map that this objective can be found on.
coord
Type: SystemSingle
An array of three numbers representing the X, Y and Z coordinates of the objectives marker on the map.
label_coord
Type: SystemSingle
An array of two numbers representing the X and Y coordinates of the sector centroid.
marker
Type: SystemString
The icon link
See Also