C# Класс EasyFarm.Classes.Player

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Disengage ( IMemoryAPI fface ) : void

Stop the character from fight the target

Engage ( IMemoryAPI fface ) : void

Switches the player to attack mode on the current unit

Rest ( IMemoryAPI fface ) : void

Makes the character rest

SetTarget ( IMemoryAPI fface, Unit target ) : void
Stand ( IMemoryAPI fface ) : void

Makes the character stop resting

StopRunning ( IMemoryAPI fface ) : void

Приватные методы

Метод Описание
SetTargetByTabbing ( IMemoryAPI fface, Unit target ) : void
SetTargetUsingMemory ( IMemoryAPI fface, Unit target ) : void

Описание методов

Disengage() публичный статический Метод

Stop the character from fight the target
public static Disengage ( IMemoryAPI fface ) : void
fface IMemoryAPI
Результат void

Engage() публичный статический Метод

Switches the player to attack mode on the current unit
public static Engage ( IMemoryAPI fface ) : void
fface IMemoryAPI
Результат void

Rest() публичный статический Метод

Makes the character rest
public static Rest ( IMemoryAPI fface ) : void
fface IMemoryAPI
Результат void

SetTarget() публичный статический Метод

public static SetTarget ( IMemoryAPI fface, Unit target ) : void
fface IMemoryAPI
target Unit
Результат void

Stand() публичный статический Метод

Makes the character stop resting
public static Stand ( IMemoryAPI fface ) : void
fface IMemoryAPI
Результат void

StopRunning() публичный статический Метод

public static StopRunning ( IMemoryAPI fface ) : void
fface IMemoryAPI
Результат void