Go to the source code of this file.
|
| #define | BT_END NULL |
| |
| #define | BT_END_WEIGHTED WeightedBehaviorTreeNode::NULL_WEIGHTED_NODE |
| |
| #define | CHILDREN(...) setChildren(__VA_ARGS__, NULL) |
| |
| #define | WEIGHTED_CHILDREN(...) setWeightedChildren(__VA_ARGS__, WeightedBehaviorTreeNode::NULL_WEIGHTED_NODE) |
| |
| #define BT_END_WEIGHTED WeightedBehaviorTreeNode::NULL_WEIGHTED_NODE |
| #define CHILDREN |
( |
|
... | ) |
setChildren(__VA_ARGS__, NULL) |
| #define WEIGHTED_CHILDREN |
( |
|
... | ) |
setWeightedChildren(__VA_ARGS__, WeightedBehaviorTreeNode::NULL_WEIGHTED_NODE) |