Lua API
On this page
Character_CharGenVerificationResponse_S2C
Inherits from
Character creation screen initilised.
Fields:
Name string
The name of this character.
ObjectId number
The character ID for this entry.
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.
Type CharGenResponseType
Type of response
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