Read Database Leaderboard Association Value

數據儲存
伺服器端
限PC端

Read the combination of values from a leaderboard table and its associated table in the database

聲明

async func ReadDBLeaderboardAssociationValue(sheetName string, key string, out var result List<object>, mapCode string, out var statusCode StatusCode, out var associationStatusCode StatusCode)
go

參數

輸入

名稱 類型 描述
表名 String 資料庫中排行榜表名
String 指定標識符
戰場碼 String 資料庫對應的戰場碼,允許填空,代表目前地圖戰場碼

輸出

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