Objectives Class |
Namespace: GW2CSharp.V2.Unauthenticated.WvW
public class Objectives : Imageable
The Objectives type exposes the following members.
Name | Description | |
---|---|---|
![]() | Objectives |
This resource returns details about World vs. World objectives such as camps, towers, and keeps.
|
Name | Description | |
---|---|---|
![]() | Coord |
An array of three numbers representing the X, Y and Z coordinates of the objectives marker on the map.
|
![]() | Id |
The objective id.
|
![]() | LabelCoord |
An array of two numbers representing the X and Y coordinates of the sector centroid.
|
![]() | MapId |
The ID of the map that this objective can be found on.
|
![]() | MapType |
The map that this objective can be found on
|
![]() | Name |
The name of the objective.
|
![]() | SectorId |
The map sector the objective can be found in. (See /v2/continents.)
|
![]() | Type |
The type of the objective
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetImage |
Returns the icon as a Bitmap
(Inherited from Imageable.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |