C# 클래스 Lissandra_the_Ice_Goddess.Utility.Extensions

파일 보기 프로젝트 열기: blacky/LeagueSharp

공개 메소드들

메소드 설명
GetLhEnemiesNear ( this position, float range, float Healthpercent ) : List
IsSafePosition ( this position, bool considerAllyTurrets = true, bool considerLhEnemies = true ) : bool
UnderAllyTurret ( this position ) : bool

메소드 상세

GetLhEnemiesNear() 공개 정적인 메소드

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

IsSafePosition() 공개 정적인 메소드

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

UnderAllyTurret() 공개 정적인 메소드

public static UnderAllyTurret ( this position ) : bool
position this
리턴 bool