![]() |
TrinityCore
|
Classes | |
| struct | PermissibleOrderPred |
Functions | |
| template<class T , class Value > | |
| int32 | GetPermitFor (T const *obj, Value const &value) |
| template<class AI , class T > | |
| FactoryHolder< AI, T > const * | SelectFactory (T *obj) |
| CreatureAI * | SelectAI (Creature *creature) |
| MovementGenerator * | SelectMovementGenerator (Unit *unit) |
| GameObjectAI * | SelectGameObjectAI (GameObject *go) |
|
inline |
Definition at line 34 of file CreatureAISelector.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API CreatureAI * FactorySelector::SelectAI | ( | Creature * | creature | ) |
Definition at line 81 of file CreatureAISelector.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| TC_GAME_API GameObjectAI * FactorySelector::SelectGameObjectAI | ( | GameObject * | go | ) |
| TC_GAME_API MovementGenerator * FactorySelector::SelectMovementGenerator | ( | Unit * | unit | ) |
Definition at line 102 of file CreatureAISelector.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: