Facepunch.Steamworks Wiki

Steamworks.Data.Leaderboard.GetScoresAsync

Syntax

async Task<Data.LeaderboardEntry[]> GetScoresAsync( int count, int offset = 1 )

Description

Used to query for a sequential range of leaderboard entries by leaderboard Sort.

Arguments

int count
int offset 1

Returns