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

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)