Class OwnedObjective
- Namespace
- GuildWars2.Wvw.Matches
- Assembly
- GW2SDK.dll
Information about the ownership of an objective in World vs. World. This type is the base type for all objectives. Cast objects of this type to a more specific type to access more properties.
public record OwnedObjective : IEquatable<OwnedObjective>
- Inheritance
-
OwnedObjective
- Implements
- Derived
- Inherited Members
Properties
- Id
The objective ID.
- LastFlipped
The date and time when the objective last changed owners.
- Owner
The color of the team that claimed the objective.
- PointsCapture
The amount of points that the objective generates when claimed.
- PointsTick
The amount of points that the objective generates per tick.