Class InventoryItemAddedArgs
Represents the data associated with an item being added to an inventory.
Assembly: Dalamud.dll
View Source
Declaration
public sealed class InventoryItemAddedArgs : InventoryEventArgs
Inheritance: System.Object
-> Dalamud.Game.Inventory.InventoryEventArgTypes.InventoryEventArgs
Properties
Inventory
Gets the inventory this item was added to.
View Source
Declaration
public GameInventoryType Inventory { get; }
Slot
Gets the slot this item was added to.
View Source
Declaration
public uint Slot { get; }