We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8a37c commit d55c884Copy full SHA for d55c884
docs/nodes-library/DecoratorNode.md
@@ -29,6 +29,7 @@ Otherwise, it returns always FAILURE.
29
Tick the child up to N times (within one of its tick), where N is passed as [Input Port](tutorial-basics/tutorial_02_basic_ports.md) `num_cycles`,
30
as long as the child returns SUCCESS.
31
Return SUCCESS after the N repetitions in the case that the child always returned SUCCESS.
32
+If `num_cycles` is -1, repeat indefinitely.
33
34
Interrupt the loop if the child returns FAILURE and, in that case, return FAILURE too.
35
0 commit comments