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

Helper functions for filtering units.
Показать файл Открыть проект

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

Метод Описание
MobFilter ( IMemoryAPI fface, Unit mob ) : bool

Returns true if a mob is attackable by the player based on the various settings in the Config class.

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

Метод Описание
Distance ( Unit mob, Position waypoint ) : double

Return the 2-D distance between the unit and a position.

MatchAny ( string input, IList patterns, RegexOptions options ) : bool

Check multiple patterns for a match.

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

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

Returns true if a mob is attackable by the player based on the various settings in the Config class.
public static MobFilter ( IMemoryAPI fface, Unit mob ) : bool
fface IMemoryAPI
mob Unit
Результат bool