async func ReadFromDataStore(sheetName string, accountId UUID, key string, out var result object, mapCode string, out var statusCode StatusCode)
go
Name |
Type |
Description |
SheetName |
String |
Table name in the database |
Account Id |
UUID |
Player unique ID |
Key |
String |
Specified Identifier |
Map Code |
String |
The battlefield code corresponding to the database, which can be filled in blanks, represents the battlefield code of the current map |
Name |
Type |
Description |
Result |
Object |
Read results |
Status Code |
ErrorCode |
Error Code |