struct ovrChallengeOptions * |
void | |
void | |
void | |
void | |
void | |
void | |
void | Optional: Only find challenges belonging to this leaderboard. |
void | |
void | |
void | |
void |
| typedef struct ovrChallengeOptions* ovrChallengeOptionsHandle ( ) |
|---|
No description available.
|
| ovrChallengeOptionsHandle ovr_ChallengeOptions_Create ( ) |
|---|
No description available.
|
| void ovr_ChallengeOptions_Destroy ( ovrChallengeOptionsHandle handle ) |
|---|
No description available.
|
| void ovr_ChallengeOptions_SetDescription ( ovrChallengeOptionsHandle handle, const char * value ) |
|---|
No description available.
|
| void ovr_ChallengeOptions_SetEndDate ( ovrChallengeOptionsHandle handle, unsigned long long value ) |
|---|
No description available.
|
| void ovr_ChallengeOptions_SetIncludeActiveChallenges ( ovrChallengeOptionsHandle handle, bool value ) |
|---|
No description available.
|
| void ovr_ChallengeOptions_SetIncludeFutureChallenges ( ovrChallengeOptionsHandle handle, bool value ) |
|---|
No description available.
|
| void ovr_ChallengeOptions_SetIncludePastChallenges ( ovrChallengeOptionsHandle handle, bool value ) |
|---|
No description available.
|
| void ovr_ChallengeOptions_SetLeaderboardName ( ovrChallengeOptionsHandle handle, const char * value ) |
|---|
Optional: Only find challenges belonging to this leaderboard. |
| void ovr_ChallengeOptions_SetStartDate ( ovrChallengeOptionsHandle handle, unsigned long long value ) |
|---|
No description available.
|
| void ovr_ChallengeOptions_SetTitle ( ovrChallengeOptionsHandle handle, const char * value ) |
|---|
No description available.
|
| void ovr_ChallengeOptions_SetViewerFilter ( ovrChallengeOptionsHandle handle, ovrChallengeViewerFilter value ) |
|---|
No description available.
|
| void ovr_ChallengeOptions_SetVisibility ( ovrChallengeOptionsHandle handle, ovrChallengeVisibility value ) |
|---|
No description available.
|