async func ReadDBSheetColumnValue(sheetName string, accountId UUID, key string, columnIndex int, out var result List<object>, mapCode string, out var statusCode StatusCode)
go
Nombre |
Tipo |
Descripción |
SheetName |
String |
Table name in the database |
Account Id |
UUID |
Player unique ID |
Key |
String |
Specified Identifier |
Column Index |
Int |
The column index of the database table (0 = the first column) |
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 results |
Status Code |
ErrorCode |
Error Code |