![]() |
TrinityCore
|
#include <WaypointManager.h>
Public Member Functions | |
| void | ReloadPath (uint32 id) |
| void | Load () |
| WaypointPath const * | GetPath (uint32 id) const |
Static Public Member Functions | |
| static WaypointMgr * | instance () |
Private Member Functions | |
| WaypointMgr () | |
Private Attributes | |
| std::unordered_map< uint32, WaypointPath > | _waypointStore |
Definition at line 26 of file WaypointManager.h.
|
inlineprivate |
Definition at line 41 of file WaypointManager.h.
| WaypointPath const * WaypointMgr::GetPath | ( | uint32 | id | ) | const |
Definition at line 139 of file WaypointManager.cpp.
|
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:| void WaypointMgr::Load | ( | ) |
| void WaypointMgr::ReloadPath | ( | uint32 | id | ) |
|
private |
Definition at line 43 of file WaypointManager.h.