Class: BehaviorTree::Decorators::ForceSuccess

Inherits:
DecoratorBase
  • Object
show all
Defined in:
lib/behavior_tree/decorator_nodes/force_success.rb

Overview

Returns always success when the child is not running.

Method Summary

Methods inherited from DecoratorBase

#ensure_after_tick, #halt!, #on_tick

Methods included from TreeStructure::Algorithms

#cycle?, #each_node, #repeated_nodes, #uniq_nodes?