C# Class Server.SkillHandlers.SpiritSpeak.SpiritSpeakSpell

Inheritance: Server.Spells.Spell
ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

Method 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 method

public CheckDisturb ( DisturbType type, bool checkFirst, bool resistable ) : bool
type DisturbType
checkFirst bool
resistable bool
return bool

CheckFizzle() public method

public CheckFizzle ( ) : bool
return bool

ConsumeReagents() public method

public ConsumeReagents ( ) : bool
return bool

GetMana() public method

public GetMana ( ) : int
return int

OnCast() public method

public OnCast ( ) : void
return void

OnCasterHurt() public method

public OnCasterHurt ( ) : void
return void

OnDisturb() public method

public OnDisturb ( DisturbType type, bool message ) : void
type DisturbType
message bool
return void

SayMantra() public method

public SayMantra ( ) : void
return void

SpiritSpeakSpell() public method

public SpiritSpeakSpell ( Mobile caster ) : System
caster Mobile
return System