CharacterDeleted
The player deleted a character.
Name
Type
Select
Backend name
Description
characterClass
string
Required
character_class
Class of the character being created.
characterID
string
Required
character_id
The ID of the character.
characterName
string
Required
character_name
The name of the character
additionalData
Dictionary<string, object>
Optional
additional_data
Any additional information
Code examples:
Last updated