C# Class SoloVayne.Skills.Tumble.TumbleHelper

Afficher le fichier Open project: DZ191/LeagueSharp Class Usage Examples

Méthodes publiques

Méthode Description
GetAvgDistance ( Vector3 from ) : float

Gets the average distance of a specified position to the enemies.

GetClosestEnemy ( Vector3 from ) : Obj_AI_Hero

Gets the closest enemy.

GetCompleteRotatedQPositions ( ) : List

Gets the rotated q positions.

GetEnemyPoints ( bool dynamic = true ) : List

Gets the enemy points.

GetQBurstModePosition ( ) : Vector3?

Gets the Q burst mode position.

GetRotatedQPositions ( ) : List

Gets the rotated q positions.

GetWallQPositions ( float Range ) : Vector3[]

Gets the wall Q positions.

IsSafeEx ( Vector3 position ) : bool

Determines whether the specified position is Safe using AA ranges logic.

Method Details

GetAvgDistance() public static méthode

Gets the average distance of a specified position to the enemies.
public static GetAvgDistance ( Vector3 from ) : float
from Vector3 From.
Résultat float

GetClosestEnemy() public static méthode

Gets the closest enemy.
public static GetClosestEnemy ( Vector3 from ) : Obj_AI_Hero
from Vector3 From.
Résultat Obj_AI_Hero

GetCompleteRotatedQPositions() public static méthode

Gets the rotated q positions.
public static GetCompleteRotatedQPositions ( ) : List
Résultat List

GetEnemyPoints() public static méthode

Gets the enemy points.
public static GetEnemyPoints ( bool dynamic = true ) : List
dynamic bool if set to true [dynamic].
Résultat List

GetQBurstModePosition() public static méthode

Gets the Q burst mode position.
public static GetQBurstModePosition ( ) : Vector3?
Résultat Vector3?

GetRotatedQPositions() public static méthode

Gets the rotated q positions.
public static GetRotatedQPositions ( ) : List
Résultat List

GetWallQPositions() public static méthode

Gets the wall Q positions.
public static GetWallQPositions ( float Range ) : Vector3[]
Range float The range.
Résultat Vector3[]

IsSafeEx() public static méthode

Determines whether the specified position is Safe using AA ranges logic.
public static IsSafeEx ( Vector3 position ) : bool
position Vector3 The position.
Résultat bool