Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Continents
Objective Class
Objective Constructor
Objective Properties
Objective Methods
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#
Copy
public
Objective
(
string
objective
,
int
level
,
List
<
double
>
coord
,
int
id
,
string
chat_link
)
Parameters
objective
Type:
System
String
The objective or name of the heart.
level
Type:
System
Int32
The level of the heart.
coord
Type:
System.Collections.Generic
List
Double
The coordinates where it takes place.
id
Type:
System
Int32
The renown heart id.
chat_link
Type:
System
String
The link that can be used ingame.
See Also
Reference
Objective Class
GW2CSharp.V2.Unauthenticated.Continents Namespace