Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
ScriptedEscortAI.h File Reference
#include "ScriptedCreature.h"
#include "ScriptSystem.h"
Include dependency graph for ScriptedEscortAI.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Escort_Waypoint
struct  npc_escortAI

Macros

#define DEFAULT_MAX_PLAYER_DISTANCE   50

Enumerations

enum  eEscortState { STATE_ESCORT_NONE = 0x000 , STATE_ESCORT_ESCORTING = 0x001 , STATE_ESCORT_RETURNING = 0x002 , STATE_ESCORT_PAUSED = 0x004 }

Macro Definition Documentation

◆ DEFAULT_MAX_PLAYER_DISTANCE

#define DEFAULT_MAX_PLAYER_DISTANCE   50

Definition at line 12 of file ScriptedEscortAI.h.

Referenced by npc_escortAI::npc_escortAI().

Enumeration Type Documentation

◆ eEscortState

Enumerator
STATE_ESCORT_NONE 
STATE_ESCORT_ESCORTING 
STATE_ESCORT_RETURNING 
STATE_ESCORT_PAUSED 

Definition at line 32 of file ScriptedEscortAI.h.