async func ReadFromLeaderboardDataStoreByRank(sheetName string, startRank int, endRank int, out var result List<object>, mapCode string, out var statusCode StatusCode)
go
| 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 |
| Name |
Type |
Description |
| Result |
List |
Read result |
| Status Code |
ErrorCode |
Error Code |