C# 클래스 Server.Mobiles.EscortDestinationInfo

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( Point3D p ) : bool
EscortDestinationInfo ( string name, Region region ) : System
Find ( string name ) : Server.Mobiles.EscortDestinationInfo
LoadTable ( ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( Point3D p ) : bool
p Point3D
리턴 bool

EscortDestinationInfo() 공개 메소드

public EscortDestinationInfo ( string name, Region region ) : System
name string
region Region
리턴 System

Find() 공개 정적인 메소드

public static Find ( string name ) : Server.Mobiles.EscortDestinationInfo
name string
리턴 Server.Mobiles.EscortDestinationInfo

LoadTable() 공개 정적인 메소드

public static LoadTable ( ) : void
리턴 void