Qualia  0.2
Private Member Functions | List of all members
BehaviorTree::AlwaysRunning Class Reference

Always returns the BT_RUNNING status. More...

#include <BehaviorTreeBase.h>

Inheritance diagram for BehaviorTree::AlwaysRunning:
Inheritance graph
[legend]
Collaboration diagram for BehaviorTree::AlwaysRunning:
Collaboration graph
[legend]

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 ()
 

Detailed Description

Always returns the BT_RUNNING status.

Member Function Documentation

BEHAVIOR_STATUS BehaviorTree::AlwaysRunning::execute ( void *  agent)
inlineprivatevirtual

This method is invoked by the node's parent when the node should be run.

Implements BehaviorTree::BehaviorTreeNode.

void BehaviorTree::AlwaysRunning::init ( void *  agent)
inlineprivatevirtual

This method will be invoked before the node is executed for the first time.

Implements BehaviorTree::BehaviorTreeNode.


The documentation for this class was generated from the following file: