XblAchievementProgression
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