Enum HoverActionKind
ActionKinds used in AgentActionDetail. These describe the possible kinds of actions being hovered.
Assembly: Dalamud.dll
View Source
Declaration
public enum HoverActionKind
Fields
None
No action is hovered.
View Source
Declaration
None = 0
Action
A regular action is hovered.
View Source
Declaration
Action = 21
GeneralAction
A general action is hovered.
View Source
Declaration
GeneralAction = 23
CompanionOrder
A companion order type of action is hovered.
View Source
Declaration
CompanionOrder = 24
MainCommand
A main command type of action is hovered.
View Source
Declaration
MainCommand = 25
ExtraCommand
An extras command type of action is hovered.
View Source
Declaration
ExtraCommand = 26
PetOrder
A pet order type of action is hovered.
View Source
Declaration
PetOrder = 28
Trait
A trait is hovered.
View Source
Declaration
Trait = 29
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)