C# Class BetterNerfIrelia.Extensions

Datei anzeigen Open project: Enochen/EloBuddy

Public Methods

Method Description
GetStunDuration ( this target ) : int
HasSpellShield ( this target ) : bool
HasUndyingBuff ( this target ) : bool
IsPassiveReady ( this target ) : bool
TotalShieldHealth ( this target ) : float

Method Details

GetStunDuration() public static method

public static GetStunDuration ( this target ) : int
target this
return int

HasSpellShield() public static method

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

HasUndyingBuff() public static method

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

IsPassiveReady() public static method

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

TotalShieldHealth() public static method

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