C# Class Server.Regions.GreenAcres

Inheritance: BaseRegion
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
AllowHousing ( Mobile from, Point3D p ) : bool
GreenAcres ( XmlElement xml, Map map, Region parent ) : System.Xml
OnBeginSpellCast ( Mobile m, ISpell s ) : bool

Method Details

AllowHousing() public méthode

public AllowHousing ( Mobile from, Point3D p ) : bool
from Mobile
p Point3D
Résultat bool

GreenAcres() public méthode

public GreenAcres ( XmlElement xml, Map map, Region parent ) : System.Xml
xml System.Xml.XmlElement
map Map
parent Region
Résultat System.Xml

OnBeginSpellCast() public méthode

public OnBeginSpellCast ( Mobile m, ISpell s ) : bool
m Mobile
s ISpell
Résultat bool