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

OVR_LeaderboardStartAt.h File

An enum that allows you to specify the starting point for the leaderboard entries. It can be used as a params in ovr_Leaderboard_GetEntries() to the starting point for the leaderboard entries that are returned in the response.

Enumeration Types

Enumeration ovrLeaderboardStartAt_

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.
ovrLeaderboard_StartAtTop
This value indicates that the leaderboard entries should start at the top of the leaderboard.
ovrLeaderboard_StartAtCenteredOnViewer
This value indicates that the leaderboard entries should start at the viewer's position on the leaderboard
ovrLeaderboard_StartAtCenteredOnViewerOrTop
This value indicates that the leaderboard entries should start at the viewer's position on the leaderboard, or at the top of the leaderboard if the viewer is not present.
ovrLeaderboard_StartAtUnknown
No description available

Typedefs

A custom data structure that defines a set of enumerated values, where each value represents a specific type or category for that enumeration. See our index for a full list of our enums and APIs.

Functions

Converts an ovrLeaderboardStartAt enum value to a string The returned string does not need to be freed
Converts a string representing an ovrLeaderboardStartAt to the actual enum value and returns the value.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon