Read Database Leaderboard Association Values by Range

Data Storage
Server Side
Only PC

Read values from the leaderboard table within a specified rank range, read the corresponding values by retrieved keys from the associated table, and combine them.

Declaration

async func ReadDBLeaderboardAssociationValuesByRange(sheetName string, startRank int, endRank int, out var result List<object>, mapCode string, out var statusCode StatusCode, out var associationStatusCode StatusCode)
go

Parameters

Input

Name Type Description
SheetName String The name of the ranking table in the database
Start Rank Int The starting rank must be less than or equal to the ending rank, and the rank starts from 1
End Rank Int Ending ranking
Map Code String The battlefield code corresponding to the database, which can be filled in blanks, represents the battlefield code of the current map

Out

Name Type Description
Result List Read result
Status Code ErrorCode Error Code
Association Status Code ErrorCode Association Error Code