C# 클래스 EasyFarm.Classes.PathRecorder

Class for dealing with a character's path.
파일 보기 프로젝트 열기: EasyFarm/EasyFarm 1 사용 예제들

공개 메소드들

메소드 설명
AddNewPosition ( Position position ) : void
PathRecorder ( IMemoryAPI memory ) : System

Create a new PathRecorder with saving and loading features.

Start ( ) : void

Starts recording of character's path.

Stop ( ) : void

Stops recording of character's path.

비공개 메소드들

메소드 설명
RouteRecorder_Tick ( object sender, EventArgs e ) : void

Records a new path for the player to travel.

메소드 상세

AddNewPosition() 공개 메소드

public AddNewPosition ( Position position ) : void
position MemoryAPI.Navigation.Position
리턴 void

PathRecorder() 공개 메소드

Create a new PathRecorder with saving and loading features.
public PathRecorder ( IMemoryAPI memory ) : System
memory IMemoryAPI
리턴 System

Start() 공개 메소드

Starts recording of character's path.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops recording of character's path.
public Stop ( ) : void
리턴 void