डिक्लेरेशन
async func ReadFromDatabase_Deprecate(sheetName string, accountId UUID, key string, out var result object, workshopCode string)
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
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 |
आउट
नाम | टाइप | विवरण |
---|---|---|
Result | Object | Returns the read result |