Class HoveredAction
This class represents the hotbar action currently hovered over by the cursor.
Inheritance
System.Object
HoveredAction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game.Gui
Assembly: Dalamud.dll
Syntax
public class HoveredAction
Properties
| Improve this Doc View SourceActionID
Gets or sets the action ID accounting for automatic upgrades.
Declaration
public uint ActionID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ActionKind
Gets or sets the type of action.
Declaration
public HoverActionKind ActionKind { get; set; }
Property Value
| Type | Description |
|---|---|
| HoverActionKind |
BaseActionID
Gets or sets the base action ID.
Declaration
public uint BaseActionID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |