C# Class Server.Spells.Sixth.InvisibilitySpell

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

Méthodes publiques

Méthode Description
HasTimer ( Mobile m ) : bool
InvisibilitySpell ( Mobile caster, Item scroll ) : System
OnCast ( ) : void
RemoveTimer ( Mobile m ) : void
Target ( Mobile m ) : void

Method Details

HasTimer() public static méthode

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

InvisibilitySpell() public méthode

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

OnCast() public méthode

public OnCast ( ) : void
Résultat void

RemoveTimer() public static méthode

public static RemoveTimer ( Mobile m ) : void
m Mobile
Résultat void

Target() public méthode

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