API reference
API reference
Select your platform
No SDKs available
No versions available

OVR_LeaderboardEntryArray.h File

An array of paginated leaderboard entries. It can be retrieved using ovr_Leaderboard_GetEntries(). It provides information about the leaderboard entries, such as their size, whether there are next or previous pages, the URLs for those pages, and the total count of entries in the leaderboard.

Typedefs

struct ovrLeaderboardEntryArray * ovrLeaderboardEntryArrayHandle

Functions

This field represents an individual ovrLeaderboardEntryHandle within the array. It contains information about the leaderboard entry, such as its rank, score, and player name.
The url of the next page of leaderboard entries. It provides a link to the next set of entries in the leaderboard.
The url of the previous leaderboard entries. It provides a link to the previous set of entries in the leaderboard.
The size of this leaderboard entry array in bytes. It provides information about the amount of data stored in the array.
The total count of this leaderboard entry array, ignoring the pagination. It provides information about the total number of entries in the leaderboard.
A boolean indicates whether this leaderboard entry array has next page.
A boolean indicates whether this leaderboard entry array has previous page.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon