Lua API
On this page

AllegianceData

Inherits from

Set of allegiance data for a specific player

Fields:

ExperienceCached number

XP gained while logged off

ExperienceTithed number

Total allegiance XP contribution.

Gender Gender

The gender of the character (for determining title).

Heritage HeritageGroup

The heritage of the character (for determining title).

Leadership number

Character leadership.

Loyalty number

Character loyalty.

Name string

The character name of this member

ObjectId number

Character ID

Rank number

The numerical rank (1 is lowest).

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