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 |
public static ClosestToMouse ( Hero source, float range = 600 ) : Hero | ||
source | Hero | |
range | float | |
return | Hero |
public static FindRemnant ( Vector3 pos = default(Vector3), float range = 200 ) : Unit | ||
pos | Vector3 | |
range | float | |
return | Unit |
public static FindRemnantWithModifier ( Vector3 pos = default(Vector3), string mod = "" ) : Unit | ||
pos | Vector3 | |
mod | string | |
return | Unit |
public static InFront ( this unit, float distance ) : Vector3 | ||
unit | this | |
distance | float | |
return | Vector3 |
public static IsAbilityEnable ( string name ) : bool | ||
name | string | |
return | bool |
public static IsItemEnable ( string name ) : bool | ||
name | string | |
return | bool |
public static PriorityHelper ( Item item ) : uint | ||
item | Item | |
return | uint |