|
Qualia
0.2
|
#include "Common.h"

Go to the source code of this file.
Classes | |
| class | BehaviorTree::IntCondition< T > |
| Wraps a function or member pointer that returns an integer value into a conditional node. More... | |
Namespaces | |
| namespace | BehaviorTree |
Enumerations | |
| enum | BehaviorTree::INT_TEST { BehaviorTree::LESS_THAN, BehaviorTree::GREATER_THAN, BehaviorTree::LESS_OR_EQ, BehaviorTree::GREATER_OR_EQ, BehaviorTree::EQUAL, BehaviorTree::NOT_EQUAL } |
| These are the numerical tests that are available for integers. More... | |
1.8.3.1