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

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

Inheritance diagram for DOL.Events.CastingEventArgs:
DOL.Events.CastFailedEventArgs

List of all members.

Public Member Functions

 CastingEventArgs (ISpellHandler handler)
 Constructs a new cast event args.
 CastingEventArgs (ISpellHandler handler, GameLiving target)
 Constructs a new cast event args.
 CastingEventArgs (ISpellHandler handler, GameLiving target, AttackData ad)

Properties

ISpellHandler SpellHandler [get]
 Gets the handler.
GameLiving Target [get]
 Gets the target.
AttackData LastAttackData [get]
 Get the last AttackData result for this spell cast, if any.

Detailed Description

Holds the arguments for the CastSpell event of GameLivings.


Constructor & Destructor Documentation

DOL.Events.CastingEventArgs.CastingEventArgs ( ISpellHandler  handler)

Constructs a new cast event args.

DOL.Events.CastingEventArgs.CastingEventArgs ( ISpellHandler  handler,
GameLiving  target 
)

Constructs a new cast event args.


Property Documentation

AttackData DOL.Events.CastingEventArgs.LastAttackData [get]

Get the last AttackData result for this spell cast, if any.

ISpellHandler DOL.Events.CastingEventArgs.SpellHandler [get]

Gets the handler.

GameLiving DOL.Events.CastingEventArgs.Target [get]

Gets the target.


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