Method | Description | |
---|---|---|
AcceptsSpawnsFrom ( Region region ) : bool | ||
BaseRegion ( |
||
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 |
Method | Description | |
---|---|---|
InitRectangles ( ) : void |
public AcceptsSpawnsFrom ( Region region ) : bool | ||
region | Region | |
return | bool |
public BaseRegion ( |
||
xml | ||
map | Map | |
parent | Region | |
return | System |
public BaseRegion ( string name, Map map, Region parent ) : System | ||
name | string | |
map | Map | |
parent | Region | |
return | System |
public BaseRegion ( string name, Map map, int priority ) : System | ||
name | string | |
map | Map | |
priority | int | |
return | System |
public static CanSpawn ( Region region ) : bool | ||
region | Region | |
return | bool |
public GetLogoutDelay ( Mobile m ) : System.TimeSpan | ||
m | Mobile | |
return | System.TimeSpan |
public static GetRuneNameFor ( Region region ) : string | ||
region | Region | |
return | string |
public RandomSpawnLocation ( int spawnHeight, bool land, bool water, Point3D home, int range ) : Point3D | ||
spawnHeight | int | |
land | bool | |
water | bool | |
home | Point3D | |
range | int | |
return | Point3D |