Skip to main content

Delegate IGameInventory.InventoryChangelogDelegate

Delegate function to be called when inventories have been changed. This delegate sends the entire set of changes recorded.

Assembly: Dalamud.dll
View Source
Declaration
public delegate void IGameInventory.InventoryChangelogDelegate(IReadOnlyCollection<InventoryEventArgs> events)