struct ovrAchievementDefinition * |
const char * | The name of the achievement. |
unsigned int | |
unsigned long long |
typedef struct ovrAchievementDefinition* ovrAchievementDefinitionHandle ( ) |
---|
No description available.
|
const char* ovr_AchievementDefinition_GetName ( const ovrAchievementDefinitionHandle obj ) |
---|
The name of the achievement. |
ovrAchievementType ovr_AchievementDefinition_GetType ( const ovrAchievementDefinitionHandle obj ) |
---|
This is the type of achievement. There are three types of achievement: ovrAchievement_TypeSimple - unlocked by completion of a single event or objective, ovrAchievement_TypeBitfield - unlocked when a number of bits in a bitfield are set, and ovrAchievement_TypeCount - unlocked when a counter reaches a defined target. |
unsigned int ovr_AchievementDefinition_GetBitfieldLength ( const ovrAchievementDefinitionHandle obj ) |
---|
No description available.
|
unsigned long long ovr_AchievementDefinition_GetTarget ( const ovrAchievementDefinitionHandle obj ) |
---|
No description available.
|