SimpleAI
 All Classes Namespaces Files Functions Variables Typedefs Macros Groups Pages
Classes
Fail.h File Reference
#include "tree/TreeNode.h"
Include dependency graph for Fail.h:
This graph shows which files directly or indirectly include this file:

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...