C# Class Server.Commands.GenTeleporter.TeleportersCreator

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
CreateTeleporter ( Server.Point3D pointLocation, Server.Point3D pointDestination, Server.Map mapLocation, Server.Map mapDestination, bool back ) : void
CreateTeleporter ( int xLoc, int yLoc, int zLoc, int xDest, int yDest, int zDest, Server.Map mapLocation, Server.Map mapDestination, bool back ) : void
CreateTeleporter ( int xLoc, int yLoc, int zLoc, int xDest, int yDest, int zDest, Server.Map map, bool back ) : void
CreateTeleporters ( ) : int
CreateTeleportersFelucca ( Server.Map map ) : void
CreateTeleportersMap ( Server.Map map ) : void
DestroyTeleporter ( int x, int y, int z, Server.Map map ) : void
FindTeleporter ( Server.Map map, Server.Point3D p ) : bool
TeleportersCreator ( ) : System.Collections

Method Details

CreateTeleporter() public méthode

public CreateTeleporter ( Server.Point3D pointLocation, Server.Point3D pointDestination, Server.Map mapLocation, Server.Map mapDestination, bool back ) : void
pointLocation Server.Point3D
pointDestination Server.Point3D
mapLocation Server.Map
mapDestination Server.Map
back bool
Résultat void

CreateTeleporter() public méthode

public CreateTeleporter ( int xLoc, int yLoc, int zLoc, int xDest, int yDest, int zDest, Server.Map mapLocation, Server.Map mapDestination, bool back ) : void
xLoc int
yLoc int
zLoc int
xDest int
yDest int
zDest int
mapLocation Server.Map
mapDestination Server.Map
back bool
Résultat void

CreateTeleporter() public méthode

public CreateTeleporter ( int xLoc, int yLoc, int zLoc, int xDest, int yDest, int zDest, Server.Map map, bool back ) : void
xLoc int
yLoc int
zLoc int
xDest int
yDest int
zDest int
map Server.Map
back bool
Résultat void

CreateTeleporters() public méthode

public CreateTeleporters ( ) : int
Résultat int

CreateTeleportersFelucca() public méthode

public CreateTeleportersFelucca ( Server.Map map ) : void
map Server.Map
Résultat void

CreateTeleportersMap() public méthode

public CreateTeleportersMap ( Server.Map map ) : void
map Server.Map
Résultat void

DestroyTeleporter() public méthode

public DestroyTeleporter ( int x, int y, int z, Server.Map map ) : void
x int
y int
z int
map Server.Map
Résultat void

FindTeleporter() public static méthode

public static FindTeleporter ( Server.Map map, Server.Point3D p ) : bool
map Server.Map
p Server.Point3D
Résultat bool

TeleportersCreator() public méthode

public TeleportersCreator ( ) : System.Collections
Résultat System.Collections