C# 클래스 WindRunner_Annihilation.Helper

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetBestPositionForStun ( ) : Vector3
GetClosestPositionForStun ( ) : Vector3
IsAbilityEnable ( Ability name ) : bool
IsAbilityEnable ( string name ) : bool
IsItemEnable ( Item name, bool isInCombo = true ) : bool
IsItemEnable ( string name ) : bool
PriorityHelper ( Item item ) : uint

메소드 상세

GetBestPositionForStun() 공개 정적인 메소드

public static GetBestPositionForStun ( ) : Vector3
리턴 Vector3

GetClosestPositionForStun() 공개 정적인 메소드

public static GetClosestPositionForStun ( ) : Vector3
리턴 Vector3

IsAbilityEnable() 공개 정적인 메소드

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

IsAbilityEnable() 공개 정적인 메소드

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

IsItemEnable() 공개 정적인 메소드

public static IsItemEnable ( Item name, bool isInCombo = true ) : bool
name Item
isInCombo bool
리턴 bool

IsItemEnable() 공개 정적인 메소드

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

PriorityHelper() 공개 정적인 메소드

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