Lua API
On this page

BusyActionDetails

Inherits from

Details about a specific action that is making the character busy.

Fields:

BusyAction BusyAction

read only

CombatMode CombatMode

read only

The combat mode being switched to, if any

Description string

read only

String description, if any, that describes this action. For animations this is the name of the Stance/Movement

SourceWeenieId number

read only

The id of the weenie (if any) that you are interacting with. If spellcasting, this is you.

Spell Spell

read only

SpellId number

read only

When spellcasting, this is the spell you are currently casting.

TargetWeenieId number

read only

The id of the weenie target (if any) that you are interacting with. For example when moving an item to a container, this is the container. giving an item to another player, this is the player. If spell casting, this is the target (if applicable).

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:string