C# Class Server.Spells.Fourth.CurseSpell

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

Méthodes publiques

Méthode Description
CurseSpell ( Mobile caster, System.Item scroll ) : System
OnCast ( ) : void
RemoveEffect ( object state ) : void
Target ( Mobile m ) : void
UnderEffect ( Mobile m ) : bool

Method Details

CurseSpell() public méthode

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

OnCast() public méthode

public OnCast ( ) : void
Résultat void

RemoveEffect() public static méthode

public static RemoveEffect ( object state ) : void
state object
Résultat void

Target() public méthode

public Target ( Mobile m ) : void
m Mobile
Résultat void

UnderEffect() public static méthode

public static UnderEffect ( Mobile m ) : bool
m Mobile
Résultat bool