Skip to main content
Version: 13.x (API 13) [Legacy]

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