C# Class Server.Spells.Fifth.BladeSpiritsSpell

Inheritance: Spell
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
BladeSpiritsSpell ( Mobile caster, System.Item scroll ) : System
CheckCast ( ) : bool
GetCastDelay ( ) : System.TimeSpan
OnCast ( ) : void
Target ( IPoint3D p ) : void

Method Details

BladeSpiritsSpell() public méthode

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

CheckCast() public méthode

public CheckCast ( ) : bool
Résultat bool

GetCastDelay() public méthode

public GetCastDelay ( ) : System.TimeSpan
Résultat System.TimeSpan

OnCast() public méthode

public OnCast ( ) : void
Résultat void

Target() public méthode

public Target ( IPoint3D p ) : void
p IPoint3D
Résultat void