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

Holds the arguments for the ReceiveMoney event of GameLivings. More...

List of all members.

Public Member Functions

 ReceiveMoneyEventArgs (GameLiving source, GameLiving target, long copperValue)
 Constructs new ReceiveMoneyEventArgs.

Properties

GameLiving Source [get]
 Gets the GameLiving who spent the money.
GameLiving Target [get]
 Gets the GameLivng who receives the money.
long CopperValue [get]
 Gets the value of the money.

Detailed Description

Holds the arguments for the ReceiveMoney event of GameLivings.


Constructor & Destructor Documentation

DOL.Events.ReceiveMoneyEventArgs.ReceiveMoneyEventArgs ( GameLiving  source,
GameLiving  target,
long  copperValue 
)

Constructs new ReceiveMoneyEventArgs.

Parameters:
sourcethe source of the money
targetthe target of the money
copperValuethe money value

Property Documentation

long DOL.Events.ReceiveMoneyEventArgs.CopperValue [get]

Gets the value of the money.

GameLiving DOL.Events.ReceiveMoneyEventArgs.Source [get]

Gets the GameLiving who spent the money.

GameLiving DOL.Events.ReceiveMoneyEventArgs.Target [get]

Gets the GameLivng who receives the money.


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