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

Holds the arguments for the GiveItem event of GamePlayer. More...

List of all members.

Public Member Functions

 GiveItemEventArgs (GamePlayer source, GameObject target, InventoryItem item)
 Constructs a new SayReceiveEventArgs.

Properties

GamePlayer Source [get]
 Gets the GamePlayer source who was saying something.
GameObject Target [get]
 Gets the GameLiving target who listened to the say.
InventoryItem Item [get]
 Gets the item being moved.

Detailed Description

Holds the arguments for the GiveItem event of GamePlayer.


Constructor & Destructor Documentation

DOL.Events.GiveItemEventArgs.GiveItemEventArgs ( GamePlayer  source,
GameObject  target,
InventoryItem  item 
)

Constructs a new SayReceiveEventArgs.

Parameters:
sourcethe source that is saying something
targetthe target that listened to the say
itemthe item being given

Property Documentation

InventoryItem DOL.Events.GiveItemEventArgs.Item [get]

Gets the item being moved.

GamePlayer DOL.Events.GiveItemEventArgs.Source [get]

Gets the GamePlayer source who was saying something.

GameObject DOL.Events.GiveItemEventArgs.Target [get]

Gets the GameLiving target who listened to the say.


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