![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "WaypointDefines.h"
Public Member Functions | |
| WaypointPath () | |
| WaypointPath (uint32 _id, std::vector< WaypointNode > &&_nodes) | |
Public Attributes | |
| std::vector< WaypointNode > | Nodes |
| uint32 | Id |
|
inline |
|
inline |
| uint32 WaypointPath::Id |
Referenced by WaypointMgr::Load(), and WaypointPath().
| std::vector<WaypointNode> WaypointPath::Nodes |