findLeaderBoard

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.

Return

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

Parameters

appId

The AppID to request a leaderboard for.

name

Name of the leaderboard to request.