#include "tree/TreeNode.h"
Go to the source code of this file.
Classes | |
class | ai::Fail |
A decorator node with only one child attached. The result of the attached child is only taken into account if it returned TreeNodeStatus::RUNNING - in every other case this decorator will return TreeNodeStatus::FAILED . More... | |