Enum AgentUpdateFlag
Represents a flag set by the game used by agents to conditionally update their addons.
Assembly: Dalamud.dll
View Source
Declaration
[Flags]
public enum AgentUpdateFlag : byte
Fields
InventoryUpdate
Set when an inventory has been updated.
View Source
Declaration
InventoryUpdate = 1
ActionBarUpdate
Set when a hotbar slot has been executed, or a Gearset or Macro has been changed.
View Source
Declaration
ActionBarUpdate = 2
RetainerMarketInventoryUpdate
Set when the RetainerMarket inventory has been updated.
View Source
Declaration
RetainerMarketInventoryUpdate = 4
UnlocksUpdate
Set when the player unlocked collectibles, contents or systems.
View Source
Declaration
UnlocksUpdate = 16
MainCommandEnabledStateUpdate
Set when FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.SetMainCommandEnabledState(System.UInt32%2cSystem.Boolean) was called.
View Source
Declaration
MainCommandEnabledStateUpdate = 32
HousingInventoryUpdate
Set when any housing inventory has been updated.
View Source
Declaration
HousingInventoryUpdate = 64
ContentInventoryUpdate
Set when any content inventory has been updated.
View Source
Declaration
ContentInventoryUpdate = 128
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)