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

ActiveSelector active selector composite node

Description:
The ActiveSelector uses the same evaluation criteria as a standard Selector, but higher priority branches are periodically re-evaluated. This allows for reactive behavior, interrupting long-running lower priority branches.

Returns:

  • SUCCESS if any child succeeds
  • FAILURE if all children failed

Parameters:

  • recheckFrequency - The time in milliseconds between re-evaluations of higher priority branches.

Clone this wiki locally