![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for the ReceiveMoney event of GameLivings. More...
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. |
Holds the arguments for the ReceiveMoney event of GameLivings.
DOL.Events.ReceiveMoneyEventArgs.ReceiveMoneyEventArgs | ( | GameLiving | source, |
GameLiving | target, | ||
long | copperValue | ||
) |
Constructs new ReceiveMoneyEventArgs.
source | the source of the money |
target | the target of the money |
copperValue | the money value |
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.