C# Class EarthAn.Helper

Afficher le fichier Open project: JumpAttacker/EnsageSharp

Méthodes publiques

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

public static ClosestToMouse ( Hero source, float range = 600 ) : Hero
source Hero
range float
Résultat Hero

FindRemnant() public static méthode

public static FindRemnant ( Vector3 pos = default(Vector3), float range = 200 ) : Unit
pos Vector3
range float
Résultat Unit

FindRemnantWithModifier() public static méthode

public static FindRemnantWithModifier ( Vector3 pos = default(Vector3), string mod = "" ) : Unit
pos Vector3
mod string
Résultat Unit

InFront() public static méthode

public static InFront ( this unit, float distance ) : Vector3
unit this
distance float
Résultat Vector3

IsAbilityEnable() public static méthode

public static IsAbilityEnable ( string name ) : bool
name string
Résultat bool

IsItemEnable() public static méthode

public static IsItemEnable ( string name ) : bool
name string
Résultat bool

PriorityHelper() public static méthode

public static PriorityHelper ( Item item ) : uint
item Item
Résultat uint