enum | ovrAchievementType_ { ovrAchievementType_.ovrAchievement_TypeUnknown , ovrAchievementType_.ovrAchievement_TypeSimple , ovrAchievementType_.ovrAchievement_TypeBitfield , ovrAchievementType_.ovrAchievement_TypeCount } Determines the type of the achievement. |
enum ovrAchievementType_ | Determines the type of the achievement. |
const char * | |
ovrAchievementType_FromString ( const char * str ) |
ovrAchievement_TypeUnknown | |
ovrAchievement_TypeSimple | Simple achievements are unlocked by a single event or objective completion. |
ovrAchievement_TypeBitfield | |
ovrAchievement_TypeCount | Count achievements are unlocked when a counter reaches a defined target. |
typedef enum ovrAchievementType_ ovrAchievementType ( ) |
---|
Determines the type of the achievement. |
const char* ovrAchievementType_ToString ( ovrAchievementType value ) |
---|
Converts an ovrAchievementType enum value to a string The returned string does not need to be freed |
ovrAchievementType ovrAchievementType_FromString ( const char * str ) |
---|
Converts a string representing an ovrAchievementType enum value to an enum value |