Table of Contents

Class Objective

Namespace
GuildWars2.Wvw.Objectives
Assembly
GW2SDK.dll

Information about an objective in World vs. World. This class is the base type. Cast objects of this type to a more specific type to access more properties.

public record Objective : IEquatable<Objective>
Inheritance
Objective
Implements
Derived
Inherited Members

Properties

ChatLink

The chat code of the objective. This can be used to link the objective in the chat, but also in guild or squad messages.

Coordinates

The coorinates of the objective on the map.

Id

The objective ID.

LabelCoordinates

The coordinates of the label on the map.

MapId

The ID of the map that contains the objective. This can be used to look up the map in the maps endpoint.

MapKind

The map kind of the map that contains the objective.

MarkerIconHref

The URL of the objective's icon.

MarkerIconUrl

The URL of the objective's icon.

Name

The objective name.

SectorId

The ID of the map sector that contains the objective.

UpgradeId

The ID of the upgrade that the objective has. This can be used to look up the upgrade in the WvW upgrades endpoint.

Methods

GetChatLink()

Gets a chat link object for this objective.