Lua API
On this page
CharacterIdentity
Inherits from
Basic information for a character used at the Login screen
Fields:
Id number
The character ID for this entry.
Name string
The name of this character.
SecondsGreyedOut number
When 0, this character is not being deleted (not shown crossed out). Otherwise, its a countdown timer in the number of seconds until the character is submitted for deletion.
Methods:
GetPropertyKeys() : string[]
Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts
Returns:string[]
ToString() : string
Returns a string that represents the current object.
Returns:string