![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
Arguments for a cast failed event, stating the reason why a particular spell cast failed. More...
Public Types | |
enum | Reasons { TargetTooFarAway, TargetNotInView, AlreadyCasting, CrowdControlled, NotEnoughPower } |
Public Member Functions | |
CastFailedEventArgs (ISpellHandler handler, Reasons reason) | |
Constructs arguments for a cast failed event. | |
Properties | |
Reasons | Reason [get] |
The reason why the spell cast failed. |
Arguments for a cast failed event, stating the reason why a particular spell cast failed.
<author>Aredhel</author>
DOL.Events.CastFailedEventArgs.CastFailedEventArgs | ( | ISpellHandler | handler, |
Reasons | reason | ||
) |
Constructs arguments for a cast failed event.
Reasons DOL.Events.CastFailedEventArgs.Reason [get] |
The reason why the spell cast failed.