AbortFlags
Enum in Arbor.BehaviourTree
Description
Abort flag
Properties
Property Name | Description |
---|---|
Self | Abort self, and any sub-trees running under this node. |
LowerPriority | Abort any nodes with lower priority than this node. |
Enum in Arbor.BehaviourTree
Abort flag
Property Name | Description |
---|---|
Self | Abort self, and any sub-trees running under this node. |
LowerPriority | Abort any nodes with lower priority than this node. |