C# Класс fBaseXtensions.Cache.Internal.Avoidance.AvoidanceCache

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
hashAvoidanceSNOList HashSet
hashAvoidanceSNOProjectiles HashSet

Открытые методы

Метод Описание
IsAvoidanceTypeProjectile ( AvoidanceType type ) : bool
IsAvoidanceTypeProjectile ( int snoid ) : bool

Приватные методы

Метод Описание
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

Описание методов

IsAvoidanceTypeProjectile() публичный статический Метод

public static IsAvoidanceTypeProjectile ( AvoidanceType type ) : bool
type AvoidanceType
Результат bool

IsAvoidanceTypeProjectile() публичный статический Метод

public static IsAvoidanceTypeProjectile ( int snoid ) : bool
snoid int
Результат bool

Описание свойств

hashAvoidanceSNOList публичное статическое свойство

public static HashSet hashAvoidanceSNOList
Результат HashSet

hashAvoidanceSNOProjectiles публичное статическое свойство

public static HashSet hashAvoidanceSNOProjectiles
Результат HashSet