Arbor Reference
3.2.3
Component Reference
Behaviour Reference
Calculator Reference
BehaviourTree
Composite Reference
Action Reference
Decorator Reference
Classes
CalculatorConditionalLoop
Cooldown
InvertResult
Loop
ParameterCheck
ParameterConditionalLoop
SetResult
TimeLimit
Service Reference
Arbor Reference
Docs
»
BehaviourTree
»
Decorator Reference
»
ParameterCheck
ParameterCheck
¶
Check Parameter
Property
¶
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.
Reference
Parameter reference
Type
Equals
Equal to value
NotEquals
Not equal to value
Greater
Greater than value
GreaterOrEquals
Greater than or equal to the value
Less
Less than the value
LessOrEquals
Less than or equal to the value
Value
Value to be compared