C# 클래스 Server.MovementPath

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

공개 메소드들

메소드 설명
Initialize ( ) : void
MovementPath ( Server.Mobile m, Server.Point3D goal ) : System
Path_OnCommand ( Server.CommandEventArgs e ) : void
Path_OnTarget ( Server.Mobile from, object obj ) : void
Pathfind ( object state ) : void

비공개 메소드들

메소드 설명
Path ( Server.Mobile from, IPoint3D p, Server.PathAlgorithms.PathAlgorithm alg, string name, int zOffset ) : void

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

MovementPath() 공개 메소드

public MovementPath ( Server.Mobile m, Server.Point3D goal ) : System
m Server.Mobile
goal Server.Point3D
리턴 System

Path_OnCommand() 공개 정적인 메소드

public static Path_OnCommand ( Server.CommandEventArgs e ) : void
e Server.CommandEventArgs
리턴 void

Path_OnTarget() 공개 정적인 메소드

public static Path_OnTarget ( Server.Mobile from, object obj ) : void
from Server.Mobile
obj object
리턴 void

Pathfind() 공개 정적인 메소드

public static Pathfind ( object state ) : void
state object
리턴 void