![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for the ItemUnEquipped event of PlayerInventory. More...
Public Member Functions | |
ItemUnequippedArgs (InventoryItem item, eInventorySlot previousSlotPos) | |
Constructs a new ItemEquippedArgs. | |
ItemUnequippedArgs (InventoryItem item, int previousSlotPos) | |
Constructs a new ItemEquippedArgs. | |
Properties | |
InventoryItem | Item [get] |
Gets the unequipped item. | |
eInventorySlot | PreviousSlotPosition [get] |
Gets the previous slot position. |
Holds the arguments for the ItemUnEquipped event of PlayerInventory.
DOL.Events.ItemUnequippedArgs.ItemUnequippedArgs | ( | InventoryItem | item, |
eInventorySlot | previousSlotPos | ||
) |
Constructs a new ItemEquippedArgs.
item | The unequipped item |
previousSlotPos | The slot position item had before it was equipped |
DOL.Events.ItemUnequippedArgs.ItemUnequippedArgs | ( | InventoryItem | item, |
int | previousSlotPos | ||
) |
Constructs a new ItemEquippedArgs.
item | The unequipped item |
previousSlotPos | The slot position item had before it was equipped |
InventoryItem DOL.Events.ItemUnequippedArgs.Item [get] |
Gets the unequipped item.
eInventorySlot DOL.Events.ItemUnequippedArgs.PreviousSlotPosition [get] |
Gets the previous slot position.