Skip to main content

Condition_Quality

Description

Checks whether the specified object has the given quality (S1).

Parameters

ParameterDescription
BaseObjectThe object to validate (Self or Target).
CompareTypeType of comparison operation (Equal or NotEqual).
S1Quality value to compare (EB1Quality: Bad, Fair, Good, High, Superb).

Examples

DescriptionBaseObjectCommandCompareTypeS1
Checks whether target object quality is Good.TargetQualityEqualGood
Checks whether self object quality is NOT Bad.SelfQualityNotEqualBad