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

Go to the source code of this file.

Classes

class  ai::ProbabilitySelector
 This node executes one of the attached children randomly based on the given weights. The node is executed until it is no longer in the running state. More...