![]() |
TrinityCore
|
#include "ScriptedFollowerAI.h"#include "Creature.h"#include "Group.h"#include "Log.h"#include "MotionMaster.h"#include "ObjectAccessor.h"#include "Player.h"#include "World.h"
Include dependency graph for ScriptedFollowerAI.cpp:Go to the source code of this file.
Enumerations | |
| enum | Points { POINT_COMBAT_START = 0xFFFFFF } |
Variables | |
| float constexpr | MAX_PLAYER_DISTANCE = 100.0f |
| enum Points |
| Enumerator | |
|---|---|
| POINT_COMBAT_START | |
Definition at line 29 of file ScriptedFollowerAI.cpp.
|
constexpr |
Definition at line 27 of file ScriptedFollowerAI.cpp.