This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| struct ovrAchievementDefinition * |
| const char * | The name of the achievement. |
| unsigned int | |
| unsigned long long | |
| ovrAchievementType |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_ACHIEVEMENTDEFINITION_H #define OVR_ACHIEVEMENTDEFINITION_H #include "OVR_Platform_Defs.h" #include "OVR_AchievementType.h" typedefstruct ovrAchievementDefinition *ovrAchievementDefinitionHandle; OVRP_PUBLIC_FUNCTION(constchar *) ovr_AchievementDefinition_GetName(const ovrAchievementDefinitionHandle obj); OVRP_PUBLIC_FUNCTION(unsignedint) ovr_AchievementDefinition_GetBitfieldLength(const ovrAchievementDefinitionHandle obj); OVRP_PUBLIC_FUNCTION(unsignedlonglong) ovr_AchievementDefinition_GetTarget(const ovrAchievementDefinitionHandle obj); OVRP_PUBLIC_FUNCTION(ovrAchievementType) ovr_AchievementDefinition_GetType(const ovrAchievementDefinitionHandle obj); #endif