func WriteAccumulatedValueToDatabase_Deprecate(sheetName string, key string, arithmeticType int, offset int, workshopCode string)
go
Name |
Type |
Description |
Database Table Name |
String |
Table name in the database |
Identifier |
String |
A custom name to identify the data |
Operation |
Int |
The types of arithmetic operations currently support the following types: Int type supports addition, subtraction, multiplication, division, and remainder; Float type supports addition, subtraction, multiplication, and division |
Offset |
Int |
The offset value written |
Map code |
String |
Battlefield code corresponding to the database |