CalculatorCheck

Check data value.

CalculatorCheck

Properties

Property NameDescription
Abort Flags Abort Flags.
Self
Abort self, and any sub-trees running under this node.
Lower Priority
Abort any nodes with lower priority than this node.
Conditions Set the judgment condition.
  • + Button Add condition.
Field NameDescription
Type Value type
Int
FlexibleInt
Float
FlexileFloat
Bool
FlexibleBool
Compare Type Compare type
Equals
Value1 == Value2
Not Equals
Value1 != Value2
Greater
Value1 > Value2
Greater Or Equals
Value1 >= Value2
Less
Value1 < Value2
Less Or Equals
Value1 <= Value2
Int Value 1 Int value 1
Int Value 2 Int value 2
Float Value 1 Float value 1
Float Value 2 Float value 2
Bool Value 1 Bool value 1
Bool Value 2 Bool value 2