Skip to main content

repeat_node

Function repeat_node 

Source
pub fn repeat_node(name: &str, count: u32, child: BehaviorNode) -> BehaviorNode
Expand description

Repeat child exactly count times; succeed only if all iterations succeed.