C# Класс SoloVayne.Skills.Tumble.TumbleHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetAvgDistance() публичный статический Метод

Gets the average distance of a specified position to the enemies.
public static GetAvgDistance ( Vector3 from ) : float
from Vector3 From.
Результат float

GetClosestEnemy() публичный статический Метод

Gets the closest enemy.
public static GetClosestEnemy ( Vector3 from ) : Obj_AI_Hero
from Vector3 From.
Результат Obj_AI_Hero

GetCompleteRotatedQPositions() публичный статический Метод

Gets the rotated q positions.
public static GetCompleteRotatedQPositions ( ) : List
Результат List

GetEnemyPoints() публичный статический Метод

Gets the enemy points.
public static GetEnemyPoints ( bool dynamic = true ) : List
dynamic bool if set to true [dynamic].
Результат List

GetQBurstModePosition() публичный статический Метод

Gets the Q burst mode position.
public static GetQBurstModePosition ( ) : Vector3?
Результат Vector3?

GetRotatedQPositions() публичный статический Метод

Gets the rotated q positions.
public static GetRotatedQPositions ( ) : List
Результат List

GetWallQPositions() публичный статический Метод

Gets the wall Q positions.
public static GetWallQPositions ( float Range ) : Vector3[]
Range float The range.
Результат Vector3[]

IsSafeEx() публичный статический Метод

Determines whether the specified position is Safe using AA ranges logic.
public static IsSafeEx ( Vector3 position ) : bool
position Vector3 The position.
Результат bool