Declaración
func WriteToDataStore(sheetName string, accountId UUID, key string, value object, mapCode string, out var statusCode StatusCode)
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
SheetName | String | Table name in the database |
Account Id | UUID | Player unique ID |
Key | String | Specified Identifier |
Value | Object | The value written |
Map Code | String | Battlefield code corresponding to the database |
Afuera
Nombre | Tipo | Descripción |
---|---|---|
Status Code | ErrorCode | Error Code |