C# Class Server.Regions.BaseRegion

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

Méthodes publiques

Méthode Description
AcceptsSpawnsFrom ( Region region ) : bool
BaseRegion ( XmlElement xml, Map map, Region parent ) : System
BaseRegion ( string name, Map map, Region parent ) : System
BaseRegion ( string name, Map map, int priority ) : System
CanSpawn ( Region region ) : bool
Configure ( ) : void
GetLogoutDelay ( Mobile m ) : System.TimeSpan
GetRuneNameFor ( Region region ) : string
OnUnregister ( ) : void
RandomSpawnLocation ( int spawnHeight, bool land, bool water, Point3D home, int range ) : Point3D
ToString ( ) : string

Private Methods

Méthode Description
InitRectangles ( ) : void

Method Details

AcceptsSpawnsFrom() public méthode

public AcceptsSpawnsFrom ( Region region ) : bool
region Region
Résultat bool

BaseRegion() public méthode

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

BaseRegion() public méthode

public BaseRegion ( string name, Map map, Region parent ) : System
name string
map Map
parent Region
Résultat System

BaseRegion() public méthode

public BaseRegion ( string name, Map map, int priority ) : System
name string
map Map
priority int
Résultat System

CanSpawn() public static méthode

public static CanSpawn ( Region region ) : bool
region Region
Résultat bool

Configure() public static méthode

public static Configure ( ) : void
Résultat void

GetLogoutDelay() public méthode

public GetLogoutDelay ( Mobile m ) : System.TimeSpan
m Mobile
Résultat System.TimeSpan

GetRuneNameFor() public static méthode

public static GetRuneNameFor ( Region region ) : string
region Region
Résultat string

OnUnregister() public méthode

public OnUnregister ( ) : void
Résultat void

RandomSpawnLocation() public méthode

public RandomSpawnLocation ( int spawnHeight, bool land, bool water, Point3D home, int range ) : Point3D
spawnHeight int
land bool
water bool
home Point3D
range int
Résultat Point3D

ToString() public méthode

public ToString ( ) : string
Résultat string