![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Holds the arguments for the CastSpell event of GameLivings. More...
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. | |
Holds the arguments for the CastSpell event of GameLivings.
| 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.
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.