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; }
DetailKind
Gets or sets the type of action.
Declaration
public DetailKind DetailKind { get; set; }