C# Class VayneHunter_Reborn.Skills.Tumble.TumblePositioning

Show file Open project: DZ191/LeagueSharp Class Usage Examples

Public Methods

Method Description
GetEnemyPoints ( bool dynamic = true ) : List
GetSmartQPosition ( ) : Vector3
IsGoodEndPosition ( this position ) : bool
IsSafe ( this position, bool noQIntoEnemiesCheck = false ) : bool

Method Details

GetEnemyPoints() public static method

public static GetEnemyPoints ( bool dynamic = true ) : List
dynamic bool
return List

GetSmartQPosition() public static method

public static GetSmartQPosition ( ) : Vector3
return Vector3

IsGoodEndPosition() public static method

public static IsGoodEndPosition ( this position ) : bool
position this
return bool

IsSafe() public static method

public static IsSafe ( this position, bool noQIntoEnemiesCheck = false ) : bool
position this
noQIntoEnemiesCheck bool
return bool