C# Class Server.ACC.CSS.Systems.Cleric.ClericAngelicFaithSpell

Inheritance: Server.ACC.CSS.Systems.Cleric.ClericSpell
Afficher le fichier Open project: tbewley10310/Land-of-Archon Class Usage Examples

Méthodes publiques

Méthode Description
CheckCast ( ) : bool
ClericAngelicFaithSpell ( Mobile caster, Item scroll ) : System
HasEffect ( Mobile m ) : bool
OnCast ( ) : void
RemoveEffect ( Mobile m ) : void

Method Details

CheckCast() public méthode

public CheckCast ( ) : bool
Résultat bool

ClericAngelicFaithSpell() public méthode

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

HasEffect() public static méthode

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

OnCast() public méthode

public OnCast ( ) : void
Résultat void

RemoveEffect() public static méthode

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