Skip to main content

Condition_ObjectPrice

Description

Compares the price of the specified object against the given threshold values (F1, F2).

Parameters

ParameterDescription
BaseObjectThe object to validate (Self or Target).
CompareTypeType of comparison operation.
F1The first threshold value for price comparison.
F2The second threshold value (used for Between comparison).

Examples

DescriptionBaseObjectCommandCompareTypeF1F2
Checks whether target object price is >= 100.TargetObjectPriceGreaterOrEqual100
Checks whether self object price is between 10~50.SelfObjectPriceBetween1050