C# Class fBaseXtensions.Cache.Internal.Avoidance.AvoidanceCache

Afficher le fichier Open project: herbfunk/Funky

Méthodes publiques

Свойство Type Description
hashAvoidanceSNOList HashSet
hashAvoidanceSNOProjectiles HashSet

Méthodes publiques

Méthode Description
IsAvoidanceTypeProjectile ( AvoidanceType type ) : bool
IsAvoidanceTypeProjectile ( int snoid ) : bool

Private Methods

Méthode Description
FindAvoidanceUsingName ( string Name ) : AvoidanceType
FindAvoidanceUsingSNOID ( int SNOID ) : AvoidanceType
IgnoreAvoidance ( AvoidanceType thisAvoidance ) : bool

Tests the given avoidance type to see if it should be ignored either due to a buff or if health is greater than the avoidance HP.

IgnoringAvoidanceType ( AvoidanceType thisAvoidance ) : bool

Method Details

IsAvoidanceTypeProjectile() public static méthode

public static IsAvoidanceTypeProjectile ( AvoidanceType type ) : bool
type AvoidanceType
Résultat bool

IsAvoidanceTypeProjectile() public static méthode

public static IsAvoidanceTypeProjectile ( int snoid ) : bool
snoid int
Résultat bool

Property Details

hashAvoidanceSNOList public_oe static_oe property

public static HashSet hashAvoidanceSNOList
Résultat HashSet

hashAvoidanceSNOProjectiles public_oe static_oe property

public static HashSet hashAvoidanceSNOProjectiles
Résultat HashSet