AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ScriptedEscortAI.h"
Public Member Functions | |
Escort_Waypoint (uint32 _id, float _x, float _y, float _z, uint32 _w) | |
Public Attributes | |
uint32 | id |
float | x |
float | y |
float | z |
uint32 | WaitTimeMs |
References WaitTimeMs, x, y, and z.
uint32 Escort_Waypoint::id |
uint32 Escort_Waypoint::WaitTimeMs |
Referenced by Escort_Waypoint().
float Escort_Waypoint::x |
Referenced by Escort_Waypoint().
float Escort_Waypoint::y |
Referenced by Escort_Waypoint().
float Escort_Waypoint::z |
Referenced by Escort_Waypoint().