C# 클래스 fBaseXtensions.Cache.Internal.Avoidance.AvoidanceCache

파일 보기 프로젝트 열기: herbfunk/Funky

공개 프로퍼티들

프로퍼티 타입 설명
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