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

Mostrar archivo Open project: herbfunk/Funky

Public Properties

Property Type Description
hashAvoidanceSNOList HashSet
hashAvoidanceSNOProjectiles HashSet

Public Methods

Method Description
IsAvoidanceTypeProjectile ( AvoidanceType type ) : bool
IsAvoidanceTypeProjectile ( int snoid ) : bool

Private Methods

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

public static IsAvoidanceTypeProjectile ( AvoidanceType type ) : bool
type AvoidanceType
return bool

IsAvoidanceTypeProjectile() public static method

public static IsAvoidanceTypeProjectile ( int snoid ) : bool
snoid int
return bool

Property Details

hashAvoidanceSNOList public_oe static_oe property

public static HashSet hashAvoidanceSNOList
return HashSet

hashAvoidanceSNOProjectiles public_oe static_oe property

public static HashSet hashAvoidanceSNOProjectiles
return HashSet