Read By Rank Range [Obsolete]

Data Storage
Obsolete
Server Side
Only PC

Read the values from a certain ranking to a certain ranking in a ranking table in the database

Declaration

async func ReadLeadboardFromDatabaseByRank_Deprecate(leaderboardName string, startRank int, endRank int, out var result List<object>, workshopCode string)
go

Parameters

Input

Name Type Description
Leaderboard Name String Table name in the database
Starting Rank Int Starting position
Finishing Rank Int Ending position
Map code String Battlefield code corresponding to the database

Out

Name Type Description
Result List Returns the read result