TrinityCore
Loading...
Searching...
No Matches
WaypointMgr Class Reference

#include <WaypointManager.h>

Public Member Functions

void ReloadPath (uint32 id)
 
void Load ()
 
WaypointPath const * GetPath (uint32 id) const
 

Static Public Member Functions

static WaypointMgrinstance ()
 

Private Member Functions

 WaypointMgr ()
 

Private Attributes

std::unordered_map< uint32, WaypointPath_waypointStore
 

Detailed Description

Definition at line 26 of file WaypointManager.h.

Constructor & Destructor Documentation

◆ WaypointMgr()

WaypointMgr::WaypointMgr ( )
inlineprivate

Definition at line 41 of file WaypointManager.h.

Member Function Documentation

◆ GetPath()

WaypointPath const * WaypointMgr::GetPath ( uint32  id) const

Definition at line 139 of file WaypointManager.cpp.

◆ instance()

WaypointMgr * WaypointMgr::instance ( )
static

Definition at line 81 of file WaypointManager.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Load()

void WaypointMgr::Load ( )

Definition at line 24 of file WaypointManager.cpp.

+ Here is the call graph for this function:

◆ ReloadPath()

void WaypointMgr::ReloadPath ( uint32  id)

Definition at line 87 of file WaypointManager.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _waypointStore

std::unordered_map<uint32, WaypointPath> WaypointMgr::_waypointStore
private

Definition at line 43 of file WaypointManager.h.


The documentation for this class was generated from the following files: