Lua API
On this page

CreatureAppraisalProfile

Inherits from

TODO

Fields:

AttrColor AttributeMask

highlight color bitmask: 0=red, 1=green

AttrHighlight AttributeMask

highlight enable bitmask: 0=no, 1=yes

Coordination number

coordination

Endurance number

endurance

Flags number

These Flags indication which members will be available for assess.

Focus number

focus

Health number

current health

HealthMax number

maximum health

Mana number

current mana

ManaMax number

maximum mana

Quickness number

quickness

Self number

self

Stamina number

current stamina

StaminaMax number

maximum stamina

Strength number

strength

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