Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents progress details about the achievement, including requirements.
Syntax
typedef struct XblAchievementProgression {
XblAchievementRequirement* requirements;
size_t requirementsCount;
time_t timeUnlocked;
} XblAchievementProgression
Members
requirements
Type: XblAchievementRequirement*
The actions and conditions that are required to unlock the achievement.
requirementsCount
Type: size_t
The size of requirements.
timeUnlocked
Type: time_t
The timestamp when the achievement was first unlocked.
Member of
Requirements
Header: achievements_c.h