struct ovrLeaderboardUpdateStatus * |
bool | Whether the leaderboard was updated. |
ovr_LeaderboardUpdateStatus_GetUpdatedChallengeId ( const ovrLeaderboardUpdateStatusHandle obj, unsigned int index ) | |
unsigned int |
typedef struct ovrLeaderboardUpdateStatus* ovrLeaderboardUpdateStatusHandle ( ) |
---|
No description available.
|
bool ovr_LeaderboardUpdateStatus_GetDidUpdate ( const ovrLeaderboardUpdateStatusHandle obj ) |
---|
Whether the leaderboard was updated. |
ovrID ovr_LeaderboardUpdateStatus_GetUpdatedChallengeId ( const ovrLeaderboardUpdateStatusHandle obj, unsigned int index ) |
---|
If the leaderboard is updated, this represents the updated challenge IDs. The updated challenge IDs can be used by ovr_Challenges_GetEntries(), ovr_Challenges_GetEntriesAfterRank(), or ovr_Challenges_GetEntriesByIds() APIs. |
unsigned int ovr_LeaderboardUpdateStatus_GetUpdatedChallengeIdsSize ( const ovrLeaderboardUpdateStatusHandle obj ) |
---|
No description available.
|