C# Class EasyFarm.States.FollowState

Moves to target enemies.
Inheritance: EasyFarm.States.CombatBaseState
Afficher le fichier Open project: EasyFarm/EasyFarm

Méthodes publiques

Méthode Description
Check ( ) : bool
Enter ( ) : void
FollowState ( IMemoryAPI fface ) : System.Linq
Run ( ) : void

Private Methods

Méthode Description
GetPlayerByName ( string name ) : Unit

Retrieves the player from the unit array by name.

Method Details

Check() public méthode

public Check ( ) : bool
Résultat bool

Enter() public méthode

public Enter ( ) : void
Résultat void

FollowState() public méthode

public FollowState ( IMemoryAPI fface ) : System.Linq
fface IMemoryAPI
Résultat System.Linq

Run() public méthode

public Run ( ) : void
Résultat void