AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ScriptedEscortAI.cpp File Reference
#include "ScriptedEscortAI.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
}
 

Enumeration Type Documentation

◆ ePoints

enum ePoints
Enumerator
POINT_LAST_POINT 
POINT_HOME 
POINT_COMBAT_START 
31{
32 POINT_LAST_POINT = 0xFFFFFF,
33 POINT_HOME = 0xFFFFFE
34};
@ POINT_HOME
Definition: ScriptedEscortAI.cpp:33
@ POINT_LAST_POINT
Definition: ScriptedEscortAI.cpp:32