Defines some basic movement algorithms like Wandering, Seeking and Fleeing. More...
#include "AI.h"#include "zone/Zone.h"#include "IAIFactory.h"#include "common/Math.h"#include "common/MoveVector.h"#include "common/String.h"#include "common/MemoryAllocator.h"#include "ICharacter.h"Go to the source code of this file.
Classes | |
| class | ai::movement::ISteering |
| Steering interface. More... | |
| class | ai::movement::SelectionSteering |
IFilter steering interface More... | |
Macros | |
| #define | STEERING_FACTORY(SteeringName) |
| #define | STEERING_FACTORY_SINGLETON |
Defines some basic movement algorithms like Wandering, Seeking and Fleeing.
| #define STEERING_FACTORY | ( | SteeringName | ) |
| #define STEERING_FACTORY_SINGLETON |
1.8.6