Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.Events.ItemUnequippedArgs Class Reference

Holds the arguments for the ItemUnEquipped event of PlayerInventory. More...

List of all members.

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.

Detailed Description

Holds the arguments for the ItemUnEquipped event of PlayerInventory.


Constructor & Destructor Documentation

DOL.Events.ItemUnequippedArgs.ItemUnequippedArgs ( InventoryItem  item,
eInventorySlot  previousSlotPos 
)

Constructs a new ItemEquippedArgs.

Parameters:
itemThe unequipped item
previousSlotPosThe slot position item had before it was equipped
DOL.Events.ItemUnequippedArgs.ItemUnequippedArgs ( InventoryItem  item,
int  previousSlotPos 
)

Constructs a new ItemEquippedArgs.

Parameters:
itemThe unequipped item
previousSlotPosThe slot position item had before it was equipped

Property Documentation

InventoryItem DOL.Events.ItemUnequippedArgs.Item [get]

Gets the unequipped item.

eInventorySlot DOL.Events.ItemUnequippedArgs.PreviousSlotPosition [get]

Gets the previous slot position.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events