Skip to content
Guy Allard edited this page Jan 18, 2015 · 3 revisions

Selector selector composite node

Description:
The Selector composite node evaluates its children sequentially, moving on to the next child only if the current child returned FAILURE.
The selector completes when any child node returns SUCCESS or the last child completes.

Returns:

  • FAILURE if all children failed.
  • SUCCESS if any child succeeded.
Clone this wiki locally