C# 클래스 SleepHunter.Models.MapLocation

상속: ObservableObject
파일 보기 프로젝트 열기: ewrogers/SleepHunter4 1 사용 예제들

공개 메소드들

메소드 설명
IsSameMap ( MapLocation other ) : bool
IsWithinRange ( MapLocation other, int maxX = 10, int maxY = 10 ) : bool
MapLocation ( ) : System
MapLocation ( Player owner ) : System
ResetDefaults ( ) : void
ToString ( ) : string
Update ( ) : void
Update ( ProcessMemoryAccessor accessor ) : void

메소드 상세

IsSameMap() 공개 메소드

public IsSameMap ( MapLocation other ) : bool
other MapLocation
리턴 bool

IsWithinRange() 공개 메소드

public IsWithinRange ( MapLocation other, int maxX = 10, int maxY = 10 ) : bool
other MapLocation
maxX int
maxY int
리턴 bool

MapLocation() 공개 메소드

public MapLocation ( ) : System
리턴 System

MapLocation() 공개 메소드

public MapLocation ( Player owner ) : System
owner Player
리턴 System

ResetDefaults() 공개 메소드

public ResetDefaults ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 메소드

public Update ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ProcessMemoryAccessor accessor ) : void
accessor SleepHunter.IO.Process.ProcessMemoryAccessor
리턴 void