C# 클래스 EarthAn.Helper

파일 보기 프로젝트 열기: JumpAttacker/EnsageSharp

공개 메소드들

메소드 설명
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

메소드 상세

ClosestToMouse() 공개 정적인 메소드

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

FindRemnant() 공개 정적인 메소드

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

FindRemnantWithModifier() 공개 정적인 메소드

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

InFront() 공개 정적인 메소드

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

IsAbilityEnable() 공개 정적인 메소드

public static IsAbilityEnable ( string name ) : bool
name string
리턴 bool

IsItemEnable() 공개 정적인 메소드

public static IsItemEnable ( string name ) : bool
name string
리턴 bool

PriorityHelper() 공개 정적인 메소드

public static PriorityHelper ( Item item ) : uint
item Item
리턴 uint