C# Class Server.SkillHandlers.SpiritSpeak.SpiritSpeakSpell

Inheritance: Server.Spells.Spell
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
CheckDisturb ( DisturbType type, bool checkFirst, bool resistable ) : bool
CheckFizzle ( ) : bool
ConsumeReagents ( ) : bool
GetMana ( ) : int
OnCast ( ) : void
OnCasterHurt ( ) : void
OnDisturb ( DisturbType type, bool message ) : void
SayMantra ( ) : void
SpiritSpeakSpell ( Mobile caster ) : System

Method Details

CheckDisturb() public méthode

public CheckDisturb ( DisturbType type, bool checkFirst, bool resistable ) : bool
type DisturbType
checkFirst bool
resistable bool
Résultat bool

CheckFizzle() public méthode

public CheckFizzle ( ) : bool
Résultat bool

ConsumeReagents() public méthode

public ConsumeReagents ( ) : bool
Résultat bool

GetMana() public méthode

public GetMana ( ) : int
Résultat int

OnCast() public méthode

public OnCast ( ) : void
Résultat void

OnCasterHurt() public méthode

public OnCasterHurt ( ) : void
Résultat void

OnDisturb() public méthode

public OnDisturb ( DisturbType type, bool message ) : void
type DisturbType
message bool
Résultat void

SayMantra() public méthode

public SayMantra ( ) : void
Résultat void

SpiritSpeakSpell() public méthode

public SpiritSpeakSpell ( Mobile caster ) : System
caster Mobile
Résultat System