डिक्लेरेशन
func WriteToDataStore(sheetName string, accountId UUID, key string, value object, mapCode string, out var statusCode StatusCode)
go
पैरामीटर्स
इनपुट
| नाम | टाइप | विवरण |
|---|---|---|
| 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 |
आउट
| नाम | टाइप | विवरण |
|---|---|---|
| Status Code | ErrorCode | Error Code |