Skip to content

Commit 99f79bf

Browse files
Site changes [skip-ci]
1 parent 24f7aa7 commit 99f79bf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

_data/extensions/extension-steam_steam.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,27 @@
10181018
],
10191019
"type": "FUNCTION"
10201020
},
1021+
{
1022+
"description": "Returns the display type of a leaderboard handle.",
1023+
"examples": "",
1024+
"name": "steam.user_stats_get_leaderboard_display_type",
1025+
"parameters": [
1026+
{
1027+
"doc": "",
1028+
"name": "leaderboard",
1029+
"types": [
1030+
"string"
1031+
]
1032+
}
1033+
],
1034+
"returnvalues": [
1035+
{
1036+
"doc": "Type",
1037+
"name": "number"
1038+
}
1039+
],
1040+
"type": "FUNCTION"
1041+
},
10211042
{
10221043
"description": "Asks the Steam back-end for a set of rows in the leaderboard. This call is asynchronous, with the result returned in a listener callback with event set to LeaderboardScoresDownloaded_t. LeaderboardScoresDownloaded_t will contain a handle to pull the results from GetDownloadedLeaderboardEntries(). You can ask for more entries than exist, and it will return as many as do exist. * k_ELeaderboardDataRequestGlobal requests rows in the leaderboard from the full table, with nRangeStart & nRangeEnd in the range [1, TotalEntries] * k_ELeaderboardDataRequestGlobalAroundUser requests rows around the current user, nRangeStart being negate e.g. DownloadLeaderboardEntries( hLeaderboard, k_ELeaderboardDataRequestGlobalAroundUser, -3, 3 ) will return 7 rows, 3 before the user, 3 after * k_ELeaderboardDataRequestFriends requests all the rows for friends of the current user",
10231044
"examples": "",

0 commit comments

Comments
 (0)