Read Database Sheet Column Value

數據儲存
伺服器端
限PC端

Read the value of a specific column for a given key from a standard database table

聲明

async func ReadDBSheetColumnValue(sheetName string, accountId UUID, key string, columnIndex int, out var result List<object>, mapCode string, out var statusCode StatusCode)
go

參數

輸入

名稱 類型 描述
表名 String 資料庫中表名
用戶帳號 UUID 玩家唯一ID
String 指定標識符
Column Index Int The column index of the database table (0 = the first column)
戰場碼 String 資料庫對應的戰場碼,允許填空,代表目前地圖戰場碼

輸出

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