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_LeaderboardEntry.h File Reference

Typedefs

struct ovrLeaderboardEntry *

Typedef Documentation

typedef struct ovrLeaderboardEntry* ovrLeaderboardEntryHandle ( )

Function Documentation

const char* ovr_LeaderboardEntry_GetExtraData ( const ovrLeaderboardEntryHandle obj )
unsigned int ovr_LeaderboardEntry_GetExtraDataLength ( const ovrLeaderboardEntryHandle obj )
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 )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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
The documentation for this file was generated from the following file: OVR_LeaderboardEntry.h