TrinityCore
MotionMaster.cpp File Reference
#include "MotionMaster.h"
#include "AbstractFollower.h"
#include "Creature.h"
#include "CreatureAISelector.h"
#include "Containers.h"
#include "DB2Stores.h"
#include "Errors.h"
#include "G3DPosition.hpp"
#include "Log.h"
#include "Map.h"
#include "MoveSpline.h"
#include "MoveSplineInit.h"
#include "ObjectAccessor.h"
#include "PathGenerator.h"
#include "PetDefines.h"
#include "Player.h"
#include "ScriptSystem.h"
#include "Unit.h"
#include "WaypointDefines.h"
#include <algorithm>
#include <iterator>
#include "ChaseMovementGenerator.h"
#include "ConfusedMovementGenerator.h"
#include "FleeingMovementGenerator.h"
#include "FlightPathMovementGenerator.h"
#include "FollowMovementGenerator.h"
#include "FormationMovementGenerator.h"
#include "GenericMovementGenerator.h"
#include "HomeMovementGenerator.h"
#include "IdleMovementGenerator.h"
#include "PointMovementGenerator.h"
#include "RandomMovementGenerator.h"
#include "SplineChainMovementGenerator.h"
#include "WaypointMovementGenerator.h"
+ Include dependency graph for MotionMaster.cpp:

Go to the source code of this file.

Functions

MovementGeneratorGetIdleMovementGenerator ()
 
bool IsStatic (MovementGenerator *movement)
 
void MovementGeneratorPointerDeleter (MovementGenerator *a)
 

Function Documentation

◆ GetIdleMovementGenerator()

MovementGenerator * GetIdleMovementGenerator ( )
inline

Definition at line 54 of file MotionMaster.cpp.

+ Here is the caller graph for this function:

◆ IsStatic()

bool IsStatic ( MovementGenerator movement)
inline

Definition at line 59 of file MotionMaster.cpp.

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

◆ MovementGeneratorPointerDeleter()

void MovementGeneratorPointerDeleter ( MovementGenerator a)
inline

Definition at line 64 of file MotionMaster.cpp.

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