![]() |
TrinityCore
|
#include "FollowMovementGenerator.h"#include "Creature.h"#include "CreatureAI.h"#include "MoveSpline.h"#include "MoveSplineInit.h"#include "Optional.h"#include "PathGenerator.h"#include "Pet.h"#include "Unit.h"
Include dependency graph for FollowMovementGenerator.cpp:Go to the source code of this file.
Functions | |
| static void | DoMovementInform (Unit *owner, Unit *target) |
| static bool | PositionOkay (Unit *owner, Unit *target, float range, Optional< ChaseAngle > angle={}) |
Definition at line 28 of file FollowMovementGenerator.cpp.
Here is the call graph for this function:
|
static |
Definition at line 51 of file FollowMovementGenerator.cpp.