class BehaviorTree::Decorators::Repeater
Repeat N times while child has success status.
Protected Instance Methods
repeat_while()
click to toggle source
# File lib/behavior_tree/decorator_nodes/repeater.rb, line 9 def repeat_while child.status.success? end