WvwObjective

data class WvwObjective(val objectiveId: UInt, val mapId: UInt) : ChatLink(source)

A link to a WvW objective.

Only the shape of the parameters (e.g. list sizes) is validated and not the actual data (e.g. ID validity).

Since

0.1.0

Parameters

objectiveId

the map-specific ID of the objective (Must be in unsigned 24bit range.)

mapId

the ID of the map of the objective. (Must be in unsigned 24bit range.)

Throws

if any parameter value does not match its expected shape

Constructors

Link copied to clipboard
constructor(objectiveId: UInt, mapId: UInt)

Properties

Link copied to clipboard

Returns the ID for this objective as used in the official Guild Wars 2 API.

Link copied to clipboard
@get:JvmName(name = "getMapId")
val mapId: UInt
Link copied to clipboard
@get:JvmName(name = "getObjectiveId")
val objectiveId: UInt