Property | Type | Description | |
---|---|---|---|
hashAvoidanceSNOList | HashSet |
||
hashAvoidanceSNOProjectiles | HashSet |
Method | Description | |
---|---|---|
IsAvoidanceTypeProjectile ( AvoidanceType type ) : bool | ||
IsAvoidanceTypeProjectile ( int snoid ) : bool |
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 |
public static IsAvoidanceTypeProjectile ( AvoidanceType type ) : bool | ||
type | AvoidanceType | |
return | bool |
public static IsAvoidanceTypeProjectile ( int snoid ) : bool | ||
snoid | int | |
return | bool |
public static HashSet |
||
return | HashSet |