Selector

Node description and basic instructions

Description

Executes child nodes in turn, but if one returns success, running or aborted, it finishes execution and returns this value, otherwise if all return failure, it returns failure to the parent node.

Executes the child node and returns the value if the value is Failure, then moves to the next node.

To create it, right-click in the editor and select Create Node/Composites/Selector.

Last updated