Qualia
0.2
|
Always returns the BT_RUNNING 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 | |
![]() | |
virtual | ~BehaviorTreeNode () |
Always returns the BT_RUNNING 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.