C# 클래스 Server.Commands.GenTeleporter.TeleportersCreator

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
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

메소드 상세

CreateTeleporter() 공개 메소드

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
리턴 void

CreateTeleporter() 공개 메소드

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
리턴 void

CreateTeleporter() 공개 메소드

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
리턴 void

CreateTeleporters() 공개 메소드

public CreateTeleporters ( ) : int
리턴 int

CreateTeleportersFelucca() 공개 메소드

public CreateTeleportersFelucca ( Server.Map map ) : void
map Server.Map
리턴 void

CreateTeleportersMap() 공개 메소드

public CreateTeleportersMap ( Server.Map map ) : void
map Server.Map
리턴 void

DestroyTeleporter() 공개 메소드

public DestroyTeleporter ( int x, int y, int z, Server.Map map ) : void
x int
y int
z int
map Server.Map
리턴 void

FindTeleporter() 공개 정적인 메소드

public static FindTeleporter ( Server.Map map, Server.Point3D p ) : bool
map Server.Map
p Server.Point3D
리턴 bool

TeleportersCreator() 공개 메소드

public TeleportersCreator ( ) : System.Collections
리턴 System.Collections