| Member | Description |
|---|---|
ovrAchievement_TypeUnknown | |
ovrAchievement_TypeSimple |
Simple achievements are unlocked by a single event or objective completion. They are often used to reward players for completing specific tasks or milestones within the game.
|
ovrAchievement_TypeBitfield |
Bitfield achievements are unlocked when a target number of bits are set within a bitfield.
|
ovrAchievement_TypeCount |
Count achievements are unlocked when a counter reaches a defined target. The counter is incremented each time the player completes the required action, and when it reaches the target value, the achievement is unlocked.
|