getLeaderboardEntries

fun getLeaderboardEntries(appId: Int, id: Int, rangeStart: Int, rangeEnd: Int, dataRequest: ELeaderboardDataRequest): AsyncJobSingle<LeaderboardEntriesCallback>

Asks the Steam back-end for a set of rows in the leaderboard. Results are returned in a LeaderboardEntriesCallback. The returned AsyncJobSingle can also be awaited to retrieve the callback result.

Return

The Job ID of the request. This can be used to find the appropriate LeaderboardEntriesCallback.

Parameters

appId

The AppID to request leaderboard rows for.

id

ID of the leaderboard to view.

rangeStart

Range start or 0.

rangeEnd

Range end or max leaderboard entries.

dataRequest

Type of request.