Lua API
On this page

Login_LoginCharacterSet_S2C

Inherits from

The list of characters on the current account.

Fields:

Account string

The name for this account.

CharacterCount number

The number of characters in the list. Characters appear in the list ordered most-recently-used first, but are displayed alphabetically.

CharacterCount2 number

This is a second list which goes into delSet, not sure what it is, deleted characters?

HasThroneofDestiny boolean

Whether or not this account has purchansed ToD

NumAllowedCharacters number

The total count of character slots.

UseTurbineChat boolean

Whether or not Turbine Chat (Allegiance chat) enabled.

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