Property | Type | Description |
---|
Method | 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 |
public static GetBestPositionForStun ( ) : Vector3 | ||
return | Vector3 |
public static GetClosestPositionForStun ( ) : Vector3 | ||
return | Vector3 |
public static IsAbilityEnable ( Ability name ) : bool | ||
name | Ability | |
return | bool |
public static IsAbilityEnable ( string name ) : bool | ||
name | string | |
return | bool |
public static IsItemEnable ( Item name, bool isInCombo = true ) : bool | ||
name | Item | |
isInCombo | bool | |
return | bool |
public static IsItemEnable ( string name ) : bool | ||
name | string | |
return | bool |
public static PriorityHelper ( Item item ) : uint | ||
item | Item | |
return | uint |