C# Class EarthAn.Helper

Mostrar archivo Open project: JumpAttacker/EnsageSharp

Public Methods

Method Description
ClosestToMouse ( Hero source, float range = 600 ) : Hero
FindRemnant ( Vector3 pos = default(Vector3), float range = 200 ) : Unit
FindRemnantWithModifier ( Vector3 pos = default(Vector3), string mod = "" ) : Unit
InFront ( this unit, float distance ) : Vector3
IsAbilityEnable ( string name ) : bool
IsItemEnable ( string name ) : bool
PriorityHelper ( Item item ) : uint

Method Details

ClosestToMouse() public static method

public static ClosestToMouse ( Hero source, float range = 600 ) : Hero
source Hero
range float
return Hero

FindRemnant() public static method

public static FindRemnant ( Vector3 pos = default(Vector3), float range = 200 ) : Unit
pos Vector3
range float
return Unit

FindRemnantWithModifier() public static method

public static FindRemnantWithModifier ( Vector3 pos = default(Vector3), string mod = "" ) : Unit
pos Vector3
mod string
return Unit

InFront() public static method

public static InFront ( this unit, float distance ) : Vector3
unit this
distance float
return Vector3

IsAbilityEnable() public static method

public static IsAbilityEnable ( string name ) : bool
name string
return bool

IsItemEnable() public static method

public static IsItemEnable ( string name ) : bool
name string
return bool

PriorityHelper() public static method

public static PriorityHelper ( Item item ) : uint
item Item
return uint