Lua API
On this page
BusyTracker
Inherits from
Provides information about the character's busy status. This includes things like cast spells, moving items, playing animations, etc.
Fields:
Actions BusyActionDetails[]
read only
CurrentAction BusyActionDetails
read only
The action you are busy performing
LastActionStartedAt DateTime
read only
The datetime the last action was started at
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