Skip to content

Commit d55c884

Browse files
authored
Update DecoratorNode.md for num_cycles=-1 (#49)
1 parent 3b8a37c commit d55c884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/nodes-library/DecoratorNode.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Otherwise, it returns always FAILURE.
2929
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`,
3030
as long as the child returns SUCCESS.
3131
Return SUCCESS after the N repetitions in the case that the child always returned SUCCESS.
32+
If `num_cycles` is -1, repeat indefinitely.
3233

3334
Interrupt the loop if the child returns FAILURE and, in that case, return FAILURE too.
3435

0 commit comments

Comments
 (0)