Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
SmartWaypointMgr Class Reference

#include <SmartScriptMgr.h>

Public Member Functions

WPPathGetPath (uint32 id)
void LoadFromDB ()
 ~SmartWaypointMgr ()

Private Member Functions

 SmartWaypointMgr ()

Private Attributes

UNORDERED_MAP< uint32, WPPath * > waypoint_map

Friends

class Skyfire::Singleton< SmartWaypointMgr, Skyfire::NullMutex >

Detailed Description

Definition at line 1341 of file SmartScriptMgr.h.

Constructor & Destructor Documentation

◆ SmartWaypointMgr()

SmartWaypointMgr::SmartWaypointMgr ( )
inlineprivate

Definition at line 1344 of file SmartScriptMgr.h.

References SmartWaypointMgr().

Referenced by SmartWaypointMgr().

◆ ~SmartWaypointMgr()

SmartWaypointMgr::~SmartWaypointMgr ( )

Definition at line 83 of file SmartScriptMgr.cpp.

References UNORDERED_MAP, and waypoint_map.

Member Function Documentation

◆ GetPath()

WPPath * SmartWaypointMgr::GetPath ( uint32 id)
inline

Definition at line 1350 of file SmartScriptMgr.h.

References waypoint_map.

◆ LoadFromDB()

◆ Skyfire::Singleton< SmartWaypointMgr, Skyfire::NullMutex >

Definition at line 1333 of file SmartScriptMgr.h.

Member Data Documentation

◆ waypoint_map

UNORDERED_MAP<uint32, WPPath*> SmartWaypointMgr::waypoint_map
private

Definition at line 1358 of file SmartScriptMgr.h.

Referenced by GetPath(), LoadFromDB(), and ~SmartWaypointMgr().


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