Read Database Leaderboard Association Values by Range

Data Storage
Lado del servidor
Solo en 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.

Declaración

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

Parámetros

Entrada

Nombre Tipo Descripción
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

Afuera

Nombre Tipo Descripción
Result List Read result
Status Code ErrorCode Error Code
Association Status Code ErrorCode Association Error Code