Sequencer

Node description and basic instructions

Description

Nodes execute their children from left to right. They stop executing when one of their children fails. If a child fails, then the Sequence fails. If all the Sequence's children succeed, then the Sequence succeeds.

If at least one running child node returned the running, failure, aborted state, then it returns this value to the parent node, otherwise, if successful, it checks the running child node.

Starts the child node and if the value is success, it moves to the next one, otherwise it returns the value.

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

Last updated