C# Class Hellsing.Kalista.Cache

Show file Open project: Hellsing/EloBuddy-Addons

Private Properties

Property Type Description
Cache System
GetRendBuffInternal BuffInstance
Initialize void
OnTick void

Public Methods

Method Description
GetRendBuff ( this target ) : BuffInstance
GetRendDamage ( this target ) : float
HasRendBuff ( this target ) : bool
IsRendKillable ( this target ) : bool

Private Methods

Method Description
Cache ( ) : System
GetRendBuffInternal ( Obj_AI_Base target ) : BuffInstance
Initialize ( ) : void
OnTick ( EventArgs args ) : void

Method Details

GetRendBuff() public static method

public static GetRendBuff ( this target ) : BuffInstance
target this
return BuffInstance

GetRendDamage() public static method

public static GetRendDamage ( this target ) : float
target this
return float

HasRendBuff() public static method

public static HasRendBuff ( this target ) : bool
target this
return bool

IsRendKillable() public static method

public static IsRendKillable ( this target ) : bool
target this
return bool