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

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

List of all members.

Public Member Functions

 GiveMoneyEventArgs (GamePlayer source, GameObject target, long money)
 Constructs a new GiveMoneyEventArgs.

Properties

GamePlayer Source [get]
 Gets the GamePlayer source.
GameObject Target [get]
 Gets the GameLiving target.
long Money [get]
 Gets the amount of money being moved.

Detailed Description

Holds the arguments for the GiveMoney event of GamePlayer.


Constructor & Destructor Documentation

DOL.Events.GiveMoneyEventArgs.GiveMoneyEventArgs ( GamePlayer  source,
GameObject  target,
long  money 
)

Constructs a new GiveMoneyEventArgs.

Parameters:
sourcethe source that is saying something
targetthe target that listened to the say
moneyamount of money being given

Property Documentation

long DOL.Events.GiveMoneyEventArgs.Money [get]

Gets the amount of money being moved.

GamePlayer DOL.Events.GiveMoneyEventArgs.Source [get]

Gets the GamePlayer source.

GameObject DOL.Events.GiveMoneyEventArgs.Target [get]

Gets the GameLiving target.


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