Declaration
async func ReadFromDatabase_Deprecate(sheetName string, accountId UUID, key string, out var result object, workshopCode string)
go
Parameters
Input
Name | Type | Description |
---|---|---|
Database Table Name | String | Table name in the database |
UUID | UUID | Tagging players and handling concurrency |
Identifier | String | A custom name to identify the data |
Map code | String | Battlefield code corresponding to the database |
Out
Name | Type | Description |
---|---|---|
Result | Object | Returns the read result |