C# Class Server.DoorGenerator

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
AddDoor ( int x, int y, int z, DoorFacing facing ) : BaseDoor
Generate ( ) : void
Generate ( Server.Rectangle2D region ) : void
Initialize ( ) : void
IsEastFrame ( int id ) : bool
IsEastFrame ( int x, int y, int z ) : bool
IsFrame ( int id, int list ) : bool
IsNorthFrame ( int id ) : bool
IsSouthFrame ( int id ) : bool
IsSouthFrame ( int x, int y, int z ) : bool
IsWestFrame ( int id ) : bool

Private Methods

Méthode Description
DoorGen_OnCommand ( CommandEventArgs e ) : void

Method Details

AddDoor() public static méthode

public static AddDoor ( int x, int y, int z, DoorFacing facing ) : BaseDoor
x int
y int
z int
facing DoorFacing
Résultat Server.Items.BaseDoor

Generate() public static méthode

public static Generate ( ) : void
Résultat void

Generate() public static méthode

public static Generate ( Server.Rectangle2D region ) : void
region Server.Rectangle2D
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

IsEastFrame() public static méthode

public static IsEastFrame ( int id ) : bool
id int
Résultat bool

IsEastFrame() public static méthode

public static IsEastFrame ( int x, int y, int z ) : bool
x int
y int
z int
Résultat bool

IsFrame() public static méthode

public static IsFrame ( int id, int list ) : bool
id int
list int
Résultat bool

IsNorthFrame() public static méthode

public static IsNorthFrame ( int id ) : bool
id int
Résultat bool

IsSouthFrame() public static méthode

public static IsSouthFrame ( int id ) : bool
id int
Résultat bool

IsSouthFrame() public static méthode

public static IsSouthFrame ( int x, int y, int z ) : bool
x int
y int
z int
Résultat bool

IsWestFrame() public static méthode

public static IsWestFrame ( int id ) : bool
id int
Résultat bool