Lua API
On this page
FellowshipMember
Inherits from
Information about a member of a fellowship
Fields:
CurrentHealth number
read only
Current health of the fellow member
CurrentMana number
read only
Current mana of the fellow member
CurrentStamina number
read only
Current stamina of the fellow member
Id number
read only
The object id of the fellow member
Level number
read only
Level of the fellow member
MaxHealth number
read only
Max health of the fellow member
MaxMana number
read only
Max mana of the fellow member
MaxStamina number
read only
Max stamina of the fellow member
Name string
read only
Name of the fellow member
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