Skip to main content

Class HoveredAction

This class represents the hotbar action currently hovered over by the cursor.

Assembly: Dalamud.dll
View Source
Declaration
public class HoveredAction

Properties

BaseActionID

Gets or sets the base action ID.

View Source
Declaration
public uint BaseActionID { get; set; }

ActionID

Gets or sets the action ID accounting for automatic upgrades.

View Source
Declaration
public uint ActionID { get; set; }

ActionKind

Gets or sets the type of action.

View Source
Declaration
public HoverActionKind ActionKind { get; set; }