Lua API
On this page
Fellow
Inherits from
The FellowInfo structure contains information about a fellowship member.
Fields:
ExperienceCached number
Perhaps cp stored up before distribution?
Health number
Current Health
HealthMax number
Maximum Health
Level number
level of member
LuminanceCached number
Perhaps lum stored up before distribution?
Mana number
Current Mana
ManaMax number
Maximum Mana
Name string
Name of Member
ShareLoot number
if 0 then noSharePhatLoot, if 16 (0x0010) then sharePhatLoot
Stamina number
Current Stamina
StaminaMax number
Maximum Stamina
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