Lua API
On this page
Fellowship
Inherits from
Set of information for a fellowship
Fields:
EventExperienceSplit boolean
Even XP sharing: 0=no, 1=yes
LeaderId number
the object ID of the fellowship leader
Locked boolean
Locked fellowship: 0=no, 1=yes
Name string
the fellowship name
Open boolean
Open fellowship: 0=no, 1=yes
ShareExperience boolean
XP sharing: 0=no, 1=yes
UnknownCount number
Some kind of additional table structure, it is not read by the client. Appears to be related to some fellowship wide flag data, such as for Colloseum
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