AbortFlags

Enum in LogicToolkit.BehaviorTrees

Description

Abort flags

Properties

Property Name Description
Self Abort own node
LowerPriority Aborts a node with a lower priority than the own node, interrupts it, and executes it.