C# Class SleepHunter.Models.MapLocation

Inheritance: ObservableObject
Afficher le fichier Open project: ewrogers/SleepHunter4 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public IsSameMap ( MapLocation other ) : bool
other MapLocation
Résultat bool

IsWithinRange() public méthode

public IsWithinRange ( MapLocation other, int maxX = 10, int maxY = 10 ) : bool
other MapLocation
maxX int
maxY int
Résultat bool

MapLocation() public méthode

public MapLocation ( ) : System
Résultat System

MapLocation() public méthode

public MapLocation ( Player owner ) : System
owner Player
Résultat System

ResetDefaults() public méthode

public ResetDefaults ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public méthode

public Update ( ) : void
Résultat void

Update() public méthode

public Update ( ProcessMemoryAccessor accessor ) : void
accessor SleepHunter.IO.Process.ProcessMemoryAccessor
Résultat void