AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ScriptedFollowerAI.cpp File Reference
#include "ScriptedFollowerAI.h"
#include "Group.h"
#include "Player.h"
#include "ScriptedCreature.h"

Go to the source code of this file.

Enumerations

enum  ePoints {
  POINT_LAST_POINT = 0xFFFFFF ,
  POINT_HOME = 0xFFFFFE ,
  POINT_COMBAT_START = 0xFFFFFF
}
 

Variables

const float MAX_PLAYER_DISTANCE = 100.0f
 

Enumeration Type Documentation

◆ ePoints

enum ePoints
Enumerator
POINT_LAST_POINT 
POINT_HOME 
POINT_COMBAT_START 
33{
34 POINT_COMBAT_START = 0xFFFFFF
35};
@ POINT_COMBAT_START
Definition: ScriptedFollowerAI.cpp:34

Variable Documentation

◆ MAX_PLAYER_DISTANCE

const float MAX_PLAYER_DISTANCE = 100.0f