|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
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 } |
| #define DEFAULT_MAX_PLAYER_DISTANCE 50 |
Definition at line 12 of file ScriptedEscortAI.h.
Referenced by npc_escortAI::npc_escortAI().
| enum eEscortState |
| Enumerator | |
|---|---|
| STATE_ESCORT_NONE | |
| STATE_ESCORT_ESCORTING | |
| STATE_ESCORT_RETURNING | |
| STATE_ESCORT_PAUSED | |
Definition at line 32 of file ScriptedEscortAI.h.