get Leaderboard Entries
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
app Id
The AppID to request leaderboard rows for.
id
ID of the leaderboard to view.
range Start
Range start or 0.
range End
Range end or max leaderboard entries.
data Request
Type of request.