C# Class Server.Spells.Third.TeleportSpell

Inheritance: MagerySpell
显示文件 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

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

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

OnCast() public method

public OnCast ( ) : void
return void

Target() public method

public Target ( IPoint3D p ) : void
p IPoint3D
return void

TeleportSpell() public method

public TeleportSpell ( Mobile caster, Item scroll ) : Server.Targeting
caster Mobile
scroll Item
return Server.Targeting