| 
    Qualia
    0.2
    
   | 
 
Always returns the BT_FAILURE status. More...
#include <BehaviorTreeBase.h>


Private Member Functions | |
| BEHAVIOR_STATUS | execute (void *agent) | 
| This method is invoked by the node's parent when the node should be run.  More... | |
| void | init (void *agent) | 
| This method will be invoked before the node is executed for the first time.  More... | |
Additional Inherited Members | |
  Public Member Functions inherited from BehaviorTree::BehaviorTreeNode | |
| virtual | ~BehaviorTreeNode () | 
Always returns the BT_FAILURE status.
      
  | 
  inlineprivatevirtual | 
This method is invoked by the node's parent when the node should be run.
Implements BehaviorTree::BehaviorTreeNode.
      
  | 
  inlineprivatevirtual | 
This method will be invoked before the node is executed for the first time.
Implements BehaviorTree::BehaviorTreeNode.
 1.8.3.1