C# 클래스 Hellsing.Kalista.Cache

파일 보기 프로젝트 열기: Hellsing/EloBuddy-Addons

Private Properties

프로퍼티 타입 설명
Cache System
GetRendBuffInternal BuffInstance
Initialize void
OnTick void

공개 메소드들

메소드 설명
GetRendBuff ( this target ) : BuffInstance
GetRendDamage ( this target ) : float
HasRendBuff ( this target ) : bool
IsRendKillable ( this target ) : bool

비공개 메소드들

메소드 설명
Cache ( ) : System
GetRendBuffInternal ( Obj_AI_Base target ) : BuffInstance
Initialize ( ) : void
OnTick ( EventArgs args ) : void

메소드 상세

GetRendBuff() 공개 정적인 메소드

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

GetRendDamage() 공개 정적인 메소드

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

HasRendBuff() 공개 정적인 메소드

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

IsRendKillable() 공개 정적인 메소드

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