C# 클래스 DZAIO_Reborn.Plugins.Champions.Kalista.KalistaHelper

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

공개 메소드들

메소드 설명
CanBeRendKilled ( this target ) : bool
GetReductionList ( ) : List>
GetRendBuff ( this target ) : BuffInstance
GetRendDamage ( Obj_AI_Base target ) : float
HasRend ( this target ) : bool
IsNotInvulnerable ( Obj_AI_Base target ) : bool
RendAboutToRunOut ( this target ) : bool

메소드 상세

CanBeRendKilled() 공개 정적인 메소드

public static CanBeRendKilled ( this target ) : bool
target this
리턴 bool

GetReductionList() 공개 정적인 메소드

public static GetReductionList ( ) : List>
리턴 List>

GetRendBuff() 공개 정적인 메소드

public static GetRendBuff ( this target ) : BuffInstance
target this
리턴 BuffInstance

GetRendDamage() 공개 정적인 메소드

public static GetRendDamage ( Obj_AI_Base target ) : float
target Obj_AI_Base
리턴 float

HasRend() 공개 정적인 메소드

public static HasRend ( this target ) : bool
target this
리턴 bool

IsNotInvulnerable() 공개 정적인 메소드

public static IsNotInvulnerable ( Obj_AI_Base target ) : bool
target Obj_AI_Base
리턴 bool

RendAboutToRunOut() 공개 정적인 메소드

public static RendAboutToRunOut ( this target ) : bool
target this
리턴 bool