AzerothCore 3.3.5a
OpenSource WoW Emulator
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

Constructor & Destructor Documentation

◆ WaypointPath() [1/2]

WaypointPath::WaypointPath ( )
inline
61: Id(0) { }
uint32 Id
Definition WaypointDefines.h:69

◆ WaypointPath() [2/2]

WaypointPath::WaypointPath ( uint32  _id,
std::vector< WaypointNode > &&  _nodes 
)
inline
63 {
64 Id = _id;
65 Nodes = _nodes;
66 }
std::vector< WaypointNode > Nodes
Definition WaypointDefines.h:68

References Id, and Nodes.

Member Data Documentation

◆ Id

uint32 WaypointPath::Id

Referenced by WaypointMgr::Load(), and WaypointPath().

◆ Nodes


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