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

Holds the arguments for the ReceiveItem event of GameObjects. More...

Inheritance diagram for DOL.Events.ReceiveItemEventArgs:
DOL.Events.SourceEventArgs

List of all members.

Public Member Functions

 ReceiveItemEventArgs (GameLiving source, GameObject target, InventoryItem item)
 Constructs new ReceiveItemEventArgs.

Properties

GameObject Target [get]
 Gets the GameObject who receives the item.
InventoryItem Item [get]
 Gets the item to transfer.

Detailed Description

Holds the arguments for the ReceiveItem event of GameObjects.


Constructor & Destructor Documentation

DOL.Events.ReceiveItemEventArgs.ReceiveItemEventArgs ( GameLiving  source,
GameObject  target,
InventoryItem  item 
)

Constructs new ReceiveItemEventArgs.

Parameters:
sourcethe source of the item
targetthe target of the item
itemthe item to transfer

Property Documentation

InventoryItem DOL.Events.ReceiveItemEventArgs.Item [get]

Gets the item to transfer.

GameObject DOL.Events.ReceiveItemEventArgs.Target [get]

Gets the GameObject who receives the item.


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