pub fn repeat_forever(name: &str, child: BehaviorNode) -> BehaviorNodeExpand description
Repeat child forever (always returns Running).
pub fn repeat_forever(name: &str, child: BehaviorNode) -> BehaviorNodeRepeat child forever (always returns Running).