C# Class Server.Spells.Fifth.MagicReflectSpell

Inheritance: MagerySpell
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
CheckCast ( ) : bool
EndReflect ( Server.Mobile m ) : void
MagicReflectSpell ( Server.Mobile caster, Item scroll ) : System
OnCast ( ) : void

Method Details

CheckCast() public méthode

public CheckCast ( ) : bool
Résultat bool

EndReflect() public static méthode

public static EndReflect ( Server.Mobile m ) : void
m Server.Mobile
Résultat void

MagicReflectSpell() public méthode

public MagicReflectSpell ( Server.Mobile caster, Item scroll ) : System
caster Server.Mobile
scroll Item
Résultat System

OnCast() public méthode

public OnCast ( ) : void
Résultat void