C# Class Server.Spells.Seventh.GateTravelSpell

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
GateTravelSpell ( Mobile caster, Item scroll ) : System
GateTravelSpell ( Mobile caster, Item scroll, RunebookEntry entry ) : System
OnCast ( ) : void

Private Methods

Méthode Description
GateExistsAt ( Map map, Point3D loc ) : bool

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

GateTravelSpell() public méthode

public GateTravelSpell ( Mobile caster, Item scroll ) : System
caster Mobile
scroll Item
Résultat System

GateTravelSpell() public méthode

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

OnCast() public méthode

public OnCast ( ) : void
Résultat void