C# Class Server.Spells.Fourth.RecallSpell

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

Méthodes publiques

Méthode 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 méthode

public CheckCast ( ) : bool
Résultat bool

Effect() public méthode

public Effect ( Point3D loc, Map map, bool checkMulti ) : void
loc Point3D
map Map
checkMulti bool
Résultat void

OnCast() public méthode

public OnCast ( ) : void
Résultat void

RecallSpell() public méthode

public RecallSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Items
caster Mobile
scroll Server.Items.Item
Résultat Server.Items

RecallSpell() public méthode

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
Résultat Server.Items