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

Arguments for a cast failed event, stating the reason why a particular spell cast failed. More...

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

List of all members.

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.

Detailed Description

Arguments for a cast failed event, stating the reason why a particular spell cast failed.

<author>Aredhel</author>


Constructor & Destructor Documentation

DOL.Events.CastFailedEventArgs.CastFailedEventArgs ( ISpellHandler  handler,
Reasons  reason 
)

Constructs arguments for a cast failed event.


Property Documentation

Reasons DOL.Events.CastFailedEventArgs.Reason [get]

The reason why the spell cast failed.


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