Class: Repeater

Decorators. Repeater

Repeater is a decorator that repeats the tick signal until the child node return `RUNNING` or `ERROR`. Optionally, a maximum number of repetitions can be defined.

new Repeater()

Members


<readonly> parameters :String

Node parameters.
Type:
  • String
Properties:
Name Type Description
parameters

<readonly> title :String

Node name. Default to `Repeater`.
Type:
  • String
Properties:
Name Type Description
name

Methods


validators()

defines validation methods to execute at the editor; if one of them fails, a dashed red border is displayed for the node
Returns:
Type
Array.<Validator>