C# 클래스 Server.Items.Sextant

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

공개 메소드들

메소드 설명
ComputeMapDetails ( Map map, int x, int y, int &xCenter, int &yCenter, int &xWidth, int &yHeight ) : bool
Deserialize ( GenericReader reader ) : void
Format ( Point3D p, Map map, int &xLong, int &yLat, int &xMins, int &yMins, bool &xEast, bool &ySouth ) : bool
OnDoubleClick ( Mobile from ) : void
ReverseLookup ( Map map, int xLong, int yLat, int xMins, int yMins, bool xEast, bool ySouth ) : Point3D
Serialize ( GenericWriter writer ) : void
Sextant ( Serial serial ) : System

비공개 메소드들

메소드 설명
Sextant ( ) : System

메소드 상세

ComputeMapDetails() 공개 정적인 메소드

public static ComputeMapDetails ( Map map, int x, int y, int &xCenter, int &yCenter, int &xWidth, int &yHeight ) : bool
map Map
x int
y int
xCenter int
yCenter int
xWidth int
yHeight int
리턴 bool

Deserialize() 공개 메소드

public Deserialize ( GenericReader reader ) : void
reader GenericReader
리턴 void

Format() 공개 정적인 메소드

public static Format ( Point3D p, Map map, int &xLong, int &yLat, int &xMins, int &yMins, bool &xEast, bool &ySouth ) : bool
p Point3D
map Map
xLong int
yLat int
xMins int
yMins int
xEast bool
ySouth bool
리턴 bool

OnDoubleClick() 공개 메소드

public OnDoubleClick ( Mobile from ) : void
from Mobile
리턴 void

ReverseLookup() 공개 정적인 메소드

public static ReverseLookup ( Map map, int xLong, int yLat, int xMins, int yMins, bool xEast, bool ySouth ) : Point3D
map Map
xLong int
yLat int
xMins int
yMins int
xEast bool
ySouth bool
리턴 Point3D

Serialize() 공개 메소드

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
리턴 void

Sextant() 공개 메소드

public Sextant ( Serial serial ) : System
serial Serial
리턴 System