C# Class Server.Spells.Third.TeleportSpell

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

Méthodes publiques

Méthode Description
CheckCast ( ) : bool
OnCast ( ) : void
Target ( IPoint3D p ) : void
TeleportSpell ( Mobile caster, Item scroll ) : Server.Targeting

Method Details

CheckCast() public méthode

public CheckCast ( ) : bool
Résultat bool

OnCast() public méthode

public OnCast ( ) : void
Résultat void

Target() public méthode

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

TeleportSpell() public méthode

public TeleportSpell ( Mobile caster, Item scroll ) : Server.Targeting
caster Mobile
scroll Item
Résultat Server.Targeting