AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "SmartScriptMgr.h"
Public Member Functions | |
WayPoint (uint32 _id, float _x, float _y, float _z, Optional< float > _o, uint32 _delay) | |
Public Attributes | |
uint32 | id |
float | x |
float | y |
float | z |
std::optional< float > | o |
uint32 | delay |
|
inline |
uint32 WayPoint::delay |
Referenced by WayPoint().
uint32 WayPoint::id |
Referenced by SmartAI::GetNextWayPoint().
std::optional<float> WayPoint::o |
Referenced by WayPoint().
float WayPoint::x |
float WayPoint::y |