C# Class Server.Mobiles.EtherealMount.EtherealSpell

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

DoFizzle() public méthode

public DoFizzle ( ) : void
Résultat void

DoHurtFizzle() public méthode

public DoHurtFizzle ( ) : void
Résultat void

EtherealSpell() public méthode

public EtherealSpell ( EtherealMount mount, Mobile rider ) : System
mount EtherealMount
rider Mobile
Résultat System

GetCastRecovery() public méthode

public GetCastRecovery ( ) : TimeSpan
Résultat TimeSpan

GetMana() public méthode

public GetMana ( ) : int
Résultat int

OnCast() public méthode

public OnCast ( ) : void
Résultat void

OnDisturb() public méthode

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

Stop() public méthode

public Stop ( ) : void
Résultat void