![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureAISelector.h"#include "Creature.h"#include "CreatureAIFactory.h"#include "MovementGenerator.h"#include "GameObject.h"#include "ScriptMgr.h"Go to the source code of this file.
Classes | |
| struct | FactorySelector::PermissibleOrderPred< T > |
Namespaces | |
| namespace | FactorySelector |
Functions | |
| template<class T , class Value > | |
| int32 | FactorySelector::GetPermitFor (T const *obj, Value const &value) |
| template<class AI , class T > | |
| FactoryHolder< AI, T > const * | FactorySelector::SelectFactory (T *obj) |
| CreatureAI * | FactorySelector::SelectAI (Creature *creature) |
| MovementGenerator * | FactorySelector::SelectMovementGenerator (Unit *unit) |
| GameObjectAI * | FactorySelector::SelectGameObjectAI (GameObject *go) |