TrinityCore
Loading...
Searching...
No Matches
WaypointPath Struct Reference

#include <WaypointDefines.h>

Public Member Functions

 WaypointPath ()
 
 WaypointPath (uint32 _id, std::vector< WaypointNode > &&_nodes)
 

Public Attributes

std::vector< WaypointNodenodes
 
uint32 id
 

Detailed Description

Definition at line 60 of file WaypointDefines.h.

Constructor & Destructor Documentation

◆ WaypointPath() [1/2]

WaypointPath::WaypointPath ( )
inline

Definition at line 62 of file WaypointDefines.h.

◆ WaypointPath() [2/2]

WaypointPath::WaypointPath ( uint32  _id,
std::vector< WaypointNode > &&  _nodes 
)
inline

Definition at line 63 of file WaypointDefines.h.

Member Data Documentation

◆ id

uint32 WaypointPath::id

Definition at line 70 of file WaypointDefines.h.

◆ nodes

std::vector<WaypointNode> WaypointPath::nodes

Definition at line 69 of file WaypointDefines.h.


The documentation for this struct was generated from the following file: