C# Class WindRunner_Annihilation.Helper

Afficher le fichier Open project: JumpAttacker/EnsageSharp

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

GetBestPositionForStun() public static méthode

public static GetBestPositionForStun ( ) : Vector3
Résultat Vector3

GetClosestPositionForStun() public static méthode

public static GetClosestPositionForStun ( ) : Vector3
Résultat Vector3

IsAbilityEnable() public static méthode

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

IsAbilityEnable() public static méthode

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

IsItemEnable() public static méthode

public static IsItemEnable ( Item name, bool isInCombo = true ) : bool
name Item
isInCombo bool
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