C# Class Hellsing.Kalista.Cache

Afficher le fichier Open project: Hellsing/EloBuddy-Addons

Private Properties

Свойство Type Description
Cache System
GetRendBuffInternal BuffInstance
Initialize void
OnTick void

Méthodes publiques

Méthode Description
GetRendBuff ( this target ) : BuffInstance
GetRendDamage ( this target ) : float
HasRendBuff ( this target ) : bool
IsRendKillable ( this target ) : bool

Private Methods

Méthode Description
Cache ( ) : System
GetRendBuffInternal ( Obj_AI_Base target ) : BuffInstance
Initialize ( ) : void
OnTick ( EventArgs args ) : void

Method Details

GetRendBuff() public static méthode

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

GetRendDamage() public static méthode

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

HasRendBuff() public static méthode

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

IsRendKillable() public static méthode

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