API reference

OVR_ChallengeEntryArray.h File

Typedefs

struct ovrChallengeEntryArray * ovrChallengeEntryArrayHandle

Functions

ovrChallengeEntryHandle ovr_ChallengeEntryArray_GetElement
size_t index )
The element of this array and the element type is ovrChallengeEntryHandle.
const char * ovr_ChallengeEntryArray_GetNextUrl
The url of the next page of challenge entries.
const char * ovr_ChallengeEntryArray_GetPreviousUrl
The url of the previous page of challenge entries.
size_t ovr_ChallengeEntryArray_GetSize
The size of this challenge entry array in bytes.
unsigned long long ovr_ChallengeEntryArray_GetTotalCount
The total count of ovrChallengeEntryHandle in this array, across all pages.
bool ovr_ChallengeEntryArray_HasNextPage
Whether this challenge entry array has a next page.
bool ovr_ChallengeEntryArray_HasPreviousPage
Whether this challenge entry array has a previous page.