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

Afficher le fichier Open project: DZ191/LeagueSharp

Méthodes publiques

Méthode 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 méthode

public static CanBeRendKilled ( this target ) : bool
target this
Résultat bool

GetReductionList() public static méthode

public static GetReductionList ( ) : List>
Résultat List>

GetRendBuff() public static méthode

public static GetRendBuff ( this target ) : BuffInstance
target this
Résultat BuffInstance

GetRendDamage() public static méthode

public static GetRendDamage ( Obj_AI_Base target ) : float
target Obj_AI_Base
Résultat float

HasRend() public static méthode

public static HasRend ( this target ) : bool
target this
Résultat bool

IsNotInvulnerable() public static méthode

public static IsNotInvulnerable ( Obj_AI_Base target ) : bool
target Obj_AI_Base
Résultat bool

RendAboutToRunOut() public static méthode

public static RendAboutToRunOut ( this target ) : bool
target this
Résultat bool