Lua API
On this page

AllegianceMember

Inherits from

Information about an allegiance member

Fields:

Experience number

read only

The amount of experience passed up by this character

Gender Gender

read only

The gender of this character

Heritage HeritageGroup

read only

The heritage of this character

Id number

read only

Object id of this allegiance member

Leadership number

read only

The leadership skill of this character

Level number

read only

The level of this character

Loyalty number

read only

The loyalty skill of this character

Name string

read only

Character name of this allegiance member

ParentId number

read only

The object id of the parent of this allegiance member

Rank number

read only

The rank of this character

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