C# Class Server.Spells.Fourth.RecallSpell

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
OnCast ( ) : void
RecallSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Items
RecallSpell ( Mobile caster, Server.Items.Item scroll, RunebookEntry entry, Runebook book ) : Server.Items

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

OnCast() public method

public OnCast ( ) : void
return void

RecallSpell() public method

public RecallSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Items
caster Mobile
scroll Server.Items.Item
return Server.Items

RecallSpell() public method

public RecallSpell ( Mobile caster, Server.Items.Item scroll, RunebookEntry entry, Runebook book ) : Server.Items
caster Mobile
scroll Server.Items.Item
entry Server.Items.RunebookEntry
book Server.Items.Runebook
return Server.Items