Read Database Leaderboard Association Values by Range

數據儲存
伺服器端
限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.

聲明

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

參數

輸入

名稱 類型 描述
表名 String 資料庫中排行榜表名
起始名次 Int 起始名次,須小於等於結束名次,名次從1開始計算
結束名次 Int 結束名次
戰場碼 String 資料庫對應的戰場碼,允許填空,代表目前地圖戰場碼

輸出

名稱 類型 描述
結果值 List 讀取的結果
狀態碼 ErrorCode 錯誤碼
Association Status Code ErrorCode Association Error Code