C# Class Server.Spells.Seventh.GateTravelSpell

Inheritance: MagerySpell
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
CheckCast ( ) : bool
Effect ( Point3D loc, Map map, bool checkMulti ) : void
GateTravelSpell ( Mobile caster, Item scroll ) : System
GateTravelSpell ( Mobile caster, Item scroll, RunebookEntry entry ) : System
OnCast ( ) : void

Private Methods

Method Description
GateExistsAt ( Map map, Point3D loc ) : bool

Method Details

CheckCast() public method

public CheckCast ( ) : bool
return bool

Effect() public method

public Effect ( Point3D loc, Map map, bool checkMulti ) : void
loc Point3D
map Map
checkMulti bool
return void

GateTravelSpell() public method

public GateTravelSpell ( Mobile caster, Item scroll ) : System
caster Mobile
scroll Item
return System

GateTravelSpell() public method

public GateTravelSpell ( Mobile caster, Item scroll, RunebookEntry entry ) : System
caster Mobile
scroll Item
entry Server.Items.RunebookEntry
return System

OnCast() public method

public OnCast ( ) : void
return void