#include <WaypointManager.h>
|
| | WaypointMgr (WaypointMgr const &)=delete |
| |
| | WaypointMgr (WaypointMgr &&)=delete |
| |
| WaypointMgr & | operator= (WaypointMgr const &)=delete |
| |
| WaypointMgr & | operator= (WaypointMgr &&)=delete |
| |
| void | ReloadPath (uint32 pathId) |
| |
| void | LoadPaths () |
| |
| void | LoadPathFromDB (PathQueryResult const &fields) |
| |
| void | LoadPathNodesFromDB (PathNodeQueryResult const &fields) |
| |
| void | DoPostLoadingChecks () |
| |
| void | VisualizePath (Unit *owner, WaypointPath const *path, Optional< uint32 > displayId) |
| |
| void | DevisualizePath (Unit *owner, WaypointPath const *path) |
| |
| void | MoveNode (WaypointPath const *path, WaypointNode const *node, Position const &pos) |
| |
| void | DeleteNode (WaypointPath const *path, WaypointNode const *node) |
| |
| void | DeleteNode (uint32 pathId, uint32 nodeId) |
| |
| WaypointPath const * | GetPath (uint32 pathId) const |
| |
| WaypointNode const * | GetNode (WaypointPath const *path, uint32 nodeId) const |
| |
| WaypointNode const * | GetNode (uint32 pathId, uint32 nodeId) const |
| |
| WaypointPath const * | GetPathByVisualGUID (ObjectGuid guid) const |
| |
| WaypointNode const * | GetNodeByVisualGUID (ObjectGuid guid) const |
| |
| ObjectGuid const & | GetVisualGUIDByNode (uint32 pathId, uint32 nodeId) const |
| |
Definition at line 31 of file WaypointManager.h.
◆ WaypointMgr() [1/3]
◆ WaypointMgr() [2/3]
◆ WaypointMgr() [3/3]
| WaypointMgr::WaypointMgr |
( |
| ) |
|
|
privatedefault |
◆ ~WaypointMgr()
| WaypointMgr::~WaypointMgr |
( |
| ) |
|
|
privatedefault |
◆ _LoadPathNodes()
| void WaypointMgr::_LoadPathNodes |
( |
| ) |
|
|
private |
◆ _LoadPaths()
| void WaypointMgr::_LoadPaths |
( |
| ) |
|
|
private |
◆ DeleteNode() [1/2]
| void WaypointMgr::DeleteNode |
( |
uint32 |
pathId, |
|
|
uint32 |
nodeId |
|
) |
| |
◆ DeleteNode() [2/2]
◆ DevisualizePath()
◆ DoPostLoadingChecks()
| void WaypointMgr::DoPostLoadingChecks |
( |
| ) |
|
◆ GetNode() [1/2]
◆ GetNode() [2/2]
◆ GetNodeByVisualGUID()
◆ GetPath()
◆ GetPathByVisualGUID()
◆ GetVisualGUIDByNode()
◆ instance()
◆ LoadPathFromDB()
| void WaypointMgr::LoadPathFromDB |
( |
PathQueryResult const & |
fields | ) |
|
◆ LoadPathNodesFromDB()
| void WaypointMgr::LoadPathNodesFromDB |
( |
PathNodeQueryResult const & |
fields | ) |
|
◆ LoadPaths()
| void WaypointMgr::LoadPaths |
( |
| ) |
|
◆ MoveNode()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ ReloadPath()
| void WaypointMgr::ReloadPath |
( |
uint32 |
pathId | ) |
|
◆ VisualizePath()
◆ _nodeToVisualWaypointGUIDsMap
◆ _pathStore
◆ _visualWaypointGUIDToNodeMap
The documentation for this class was generated from the following files: