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.
Methods
initialize
(
-
params
Initialization method.
Settings parameters:
- maxLoop (Integer) Maximum number of repetitions. Default to -1
(infinite). - child (BaseNode) The child node.
Parameters:
-
paramsObjectObject with parameters.
Properties
name
String
Node name. Default to Repeater.
parameters
String
Node parameters.
title
String
Node title. Default to Repeat XXx. Used in Editor.
