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

Platform 1.32 Reference Guide

OVR_AchievementDefinition.h File Reference

Typedefs

struct ovrAchievementDefinition *

Typedef Documentation

typedef struct ovrAchievementDefinition* ovrAchievementDefinitionHandle ( )

Function Documentation

const char* ovr_AchievementDefinition_GetName ( const ovrAchievementDefinitionHandle obj )
The name of the achievement.
unsigned int ovr_AchievementDefinition_GetBitfieldLength ( const ovrAchievementDefinitionHandle obj )
unsigned long long ovr_AchievementDefinition_GetTarget ( const ovrAchievementDefinitionHandle obj )
ovrAchievementType ovr_AchievementDefinition_GetType ( const ovrAchievementDefinitionHandle obj )
1
2
3
4
5
6
7
8
9
10
12
13
14
15
16
17
18
// 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
The documentation for this file was generated from the following file: OVR_AchievementDefinition.h