![]() |
TrinityCore
|
#include <WaypointDefines.h>
Public Member Functions | |
| WaypointPath () | |
| WaypointPath (uint32 _id, std::vector< WaypointNode > &&_nodes) | |
Public Attributes | |
| std::vector< WaypointNode > | nodes |
| uint32 | id |
Definition at line 60 of file WaypointDefines.h.
|
inline |
Definition at line 62 of file WaypointDefines.h.
|
inline |
Definition at line 63 of file WaypointDefines.h.
| uint32 WaypointPath::id |
Definition at line 70 of file WaypointDefines.h.
| std::vector<WaypointNode> WaypointPath::nodes |
Definition at line 69 of file WaypointDefines.h.