C# Class Lissandra_the_Ice_Goddess.Utility.Extensions

ファイルを表示 Open project: blacky/LeagueSharp

Public Methods

Method Description
GetLhEnemiesNear ( this position, float range, float Healthpercent ) : List
IsSafePosition ( this position, bool considerAllyTurrets = true, bool considerLhEnemies = true ) : bool
UnderAllyTurret ( this position ) : bool

Method Details

GetLhEnemiesNear() public static method

public static GetLhEnemiesNear ( this position, float range, float Healthpercent ) : List
position this
range float
Healthpercent float
return List

IsSafePosition() public static method

public static IsSafePosition ( this position, bool considerAllyTurrets = true, bool considerLhEnemies = true ) : bool
position this
considerAllyTurrets bool
considerLhEnemies bool
return bool

UnderAllyTurret() public static method

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