C# Class SleepHunter.Models.MapLocation

Inheritance: ObservableObject
Show file Open project: ewrogers/SleepHunter4 Class Usage Examples

Public Methods

Method Description
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

Method Details

IsSameMap() public method

public IsSameMap ( MapLocation other ) : bool
other MapLocation
return bool

IsWithinRange() public method

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

MapLocation() public method

public MapLocation ( ) : System
return System

MapLocation() public method

public MapLocation ( Player owner ) : System
owner Player
return System

ResetDefaults() public method

public ResetDefaults ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( ) : void
return void

Update() public method

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