Overview
TheActionKind enum represents the different types of actions available in FFXIV. This enum is used to categorize various player abilities, items, commands, and other executable actions within the game.
Namespace: Dalamud.Game
Enum Values
Trait
A Trait. Value:0
Action
An Action. Value:1
Item
A usable Item. Value:2
This action kind may not work in all contexts.
EventItem
A usable EventItem. Value:3
This action kind may not work in all contexts.
EventAction
An EventAction. Value:4
GeneralAction
A GeneralAction. Value:5
BuddyAction
A BuddyAction. Value:6
MainCommand
A MainCommand. Value:7
Companion
A Companion. Value:8
This action kind status is unresolved.
CraftAction
A CraftAction. Value:9
Action2
An Action (again). Value:10
The difference between this and the standard Action (value 1) is unclear.
PetAction
A PetAction. Value:11
CompanyAction
A CompanyAction. Value:12
Mount
A Mount. Value:13
BgcArmyAction
A BgcArmyAction. Value:19
Values 14-18 are unused in the enum definition.
Ornament
An Ornament. Value:20
Usage Example
Notes
- Some action kinds (Item, EventItem) have noted compatibility issues and may not work in all contexts
- Values 14-18 are not defined in the enum and are unused
- The difference between Action (1) and Action2 (10) is not well documented
- The Companion action kind (8) has unresolved functionality
Related Types
- Action sheets in the game data that use these kind identifiers
- Action execution systems that require kind classification