TrinityCore
FollowMovementGenerator.cpp File Reference
#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 "Util.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={})
 

Function Documentation

◆ DoMovementInform()

static void DoMovementInform ( Unit owner,
Unit target 
)
static

Definition at line 29 of file FollowMovementGenerator.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ PositionOkay()

static bool PositionOkay ( Unit owner,
Unit target,
float  range,
Optional< ChaseAngle angle = {} 
)
static

Definition at line 50 of file FollowMovementGenerator.cpp.

+ Here is the caller graph for this function: