Class HoveredAction
This class represents the hotbar action currently hovered over by the cursor.
Assembly: Dalamud.dll
Declaration
public class HoveredAction
Properties
BaseActionID
Gets or sets the base action ID.
Declaration
public uint BaseActionID { get; set; }
ActionID
Gets or sets the action ID accounting for automatic upgrades.
Declaration
public uint ActionID { get; set; }
ActionKind
Gets or sets the type of action.
Declaration
public HoverActionKind ActionKind { get; set; }