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

Go to the source code of this file.

Classes

class  ai::RandomSelector
 This node executes all the attached children in random order. This composite only fails if all children failed, too. It doesn't continue a node in the state TreeNodeStatus::RUNNING. It will always pick a new random node in each tick. More...