Write Database Leaderboard Association Value

Data Storage
Lado del servidor
Solo en PC

Write the value for a given key into the leaderboard table and its related table in the database

Declaración

func WriteDBLeaderboardAssociationValue(sheetName string, key string, value List<object>, mapCode string, out var statusCode StatusCode, out var associationStatusCode StatusCode)
go

Parámetros

Entrada

Nombre Tipo Descripción
SheetName String The name of the ranking table in the database
Key String Specified Identifier
Value List The value written
Map Code String The battlefield code corresponding to the database, which can be filled in blanks, represents the battlefield code of the current map

Afuera

Nombre Tipo Descripción
Status Code ErrorCode Error Code
Association Status Code ErrorCode Association Error Code