This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

ovr_Leaderboard_GetEntries

Requests a block of Leaderboard Entries.

This request will return a message with a payload of LeaderboardEntryArray on the message queue.

Parameters

ParameterDescription

leaderboardName

The name of the leaderboard whose entries to return.

Type: const char *

limit

Defines the maximum number of entries to return.

Type: int

filter

Allows you to restrict the returned values by friends.

Type: ovrLeaderboardFilterType

startAt

Defines whether to center the query on the user or start at the top of the leaderboard.

Type: ovrLeaderboardStartAt