![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for the ReceiveItem event of GameObjects. More...
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. |
Holds the arguments for the ReceiveItem event of GameObjects.
DOL.Events.ReceiveItemEventArgs.ReceiveItemEventArgs | ( | GameLiving | source, |
GameObject | target, | ||
InventoryItem | item | ||
) |
Constructs new ReceiveItemEventArgs.
source | the source of the item |
target | the target of the item |
item | the item to transfer |
InventoryItem DOL.Events.ReceiveItemEventArgs.Item [get] |
Gets the item to transfer.
GameObject DOL.Events.ReceiveItemEventArgs.Target [get] |
Gets the GameObject who receives the item.