Steam User Stats
This handler handles Steam user statistic related actions.
Functions
Asks the Steam back-end for a leaderboard by name, and will create it if it's not yet. Results are returned in a FindOrCreateLeaderboardCallback. The returned AsyncJobSingle can also be awaited to retrieve the callback result.
Asks the Steam back-end for a leaderboard by name for a given appid. Results are returned in a FindOrCreateLeaderboardCallback. The returned AsyncJobSingle can also be awaited to retrieve the callback result.
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.
Retrieves the number of current players for a given app id. Results are returned in a NumberOfPlayersCallback.
Handles a client message. This should not be called directly.