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
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 |
Nombre |
Tipo |
Descripción |
Result |
List |
Read result |
Status Code |
ErrorCode |
Error Code |
Association Status Code |
ErrorCode |
Association Error Code |