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 ovrLeaderboardEntry * |
| const char * | ovr_LeaderboardEntry_GetExtraData ( const ovrLeaderboardEntryHandle obj ) |
| unsigned int | |
| int | ovr_LeaderboardEntry_GetRank ( const ovrLeaderboardEntryHandle obj ) |
| long long | ovr_LeaderboardEntry_GetScore ( const ovrLeaderboardEntryHandle obj ) |
| unsigned long long | ovr_LeaderboardEntry_GetTimestamp ( const ovrLeaderboardEntryHandle obj ) |
| ovrUserHandle | ovr_LeaderboardEntry_GetUser ( const ovrLeaderboardEntryHandle obj ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_LEADERBOARDENTRY_H #define OVR_LEADERBOARDENTRY_H #include "OVR_Platform_Defs.h" #include "OVR_User.h" typedefstruct ovrLeaderboardEntry *ovrLeaderboardEntryHandle; OVRP_PUBLIC_FUNCTION(constchar *) ovr_LeaderboardEntry_GetExtraData(const ovrLeaderboardEntryHandle obj); OVRP_PUBLIC_FUNCTION(unsignedint) ovr_LeaderboardEntry_GetExtraDataLength(const ovrLeaderboardEntryHandle obj); OVRP_PUBLIC_FUNCTION(int) ovr_LeaderboardEntry_GetRank(const ovrLeaderboardEntryHandle obj); OVRP_PUBLIC_FUNCTION(longlong) ovr_LeaderboardEntry_GetScore(const ovrLeaderboardEntryHandle obj); OVRP_PUBLIC_FUNCTION(unsignedlonglong) ovr_LeaderboardEntry_GetTimestamp(const ovrLeaderboardEntryHandle obj); OVRP_PUBLIC_FUNCTION(ovrUserHandle) ovr_LeaderboardEntry_GetUser(const ovrLeaderboardEntryHandle obj); #endif