C# Class DZAIO_Reborn.Plugins.Champions.Kalista.KalistaHelper

Exibir arquivo Open project: DZ191/LeagueSharp

Public Methods

Method Description
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

Method Details

CanBeRendKilled() public static method

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

GetReductionList() public static method

public static GetReductionList ( ) : List>
return List>

GetRendBuff() public static method

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

GetRendDamage() public static method

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

HasRend() public static method

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

IsNotInvulnerable() public static method

public static IsNotInvulnerable ( Obj_AI_Base target ) : bool
target Obj_AI_Base
return bool

RendAboutToRunOut() public static method

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