Click or drag to resize
Objective Constructor
View Project on GitHub
Initializes a new instance of the Objective class.

Namespace: GW2CSharp.V2.Unauthenticated.Continents
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Objective(
	string objective,
	int level,
	List<double> coord,
	int id,
	string chat_link
)

Parameters

objective
Type: SystemString
The objective or name of the heart.
level
Type: SystemInt32
The level of the heart.
coord
Type: System.Collections.GenericListDouble
The coordinates where it takes place.
id
Type: SystemInt32
The renown heart id.
chat_link
Type: SystemString
The link that can be used ingame.
See Also