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

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

List of all members.

Public Member Functions

 HealthChangedEventArgs (GameObject source, GameLiving.eHealthChangeType type, int amount)
 Constructs a new Dying event args.

Properties

GameObject ChangeSource [get]
GameLiving.eHealthChangeType ChangeType [get]
int ChangeAmount [get]

Detailed Description

Holds the arguments for the Dying event of GameLivings.


Constructor & Destructor Documentation

DOL.Events.HealthChangedEventArgs.HealthChangedEventArgs ( GameObject  source,
GameLiving.eHealthChangeType  type,
int  amount 
)

Constructs a new Dying event args.


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