Represents an update to an existing achievement. It will be the payload if there is any updates on achievements, as unlocking an achievement by Achievements.Unlock(), adding 'count' to the achievement by Achievements.AddCount(), and unlocking fields of a BITFIELD achievement by Achievements.AddFields().
Fields
readonly bool JustUnlocked[Get]
This indicates if this update caused the achievement to unlock.
readonly string Name[Get]
The unique AchievementDefinition::Name used to reference the updated achievement, as specified in the developer dashboard.