C# Class Server.Mobiles.EtherealMount.EtherealSpell

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
DoFizzle ( ) : void
DoHurtFizzle ( ) : void
EtherealSpell ( EtherealMount mount, Mobile rider ) : System
GetCastRecovery ( ) : TimeSpan
GetMana ( ) : int
OnCast ( ) : void
OnDisturb ( DisturbType type, bool message ) : void
Stop ( ) : void

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

DoFizzle() public method

public DoFizzle ( ) : void
return void

DoHurtFizzle() public method

public DoHurtFizzle ( ) : void
return void

EtherealSpell() public method

public EtherealSpell ( EtherealMount mount, Mobile rider ) : System
mount EtherealMount
rider Mobile
return System

GetCastRecovery() public method

public GetCastRecovery ( ) : TimeSpan
return TimeSpan

GetMana() public method

public GetMana ( ) : int
return int

OnCast() public method

public OnCast ( ) : void
return void

OnDisturb() public method

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

Stop() public method

public Stop ( ) : void
return void