Property PointCap
- Namespace
- GuildWars2.Hero.Achievements
- Assembly
- GW2SDK.dll
PointCap
The maximum number of achievement points that can be obtained if this is a repeatable achievement. Check whether the Flags contain the Repeatable flag.
public required int? PointCap { get; init; }
Property Value
- int?
Remarks
-1 for repeatable achievements that don't award points.