|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <SmartScriptMgr.h>
Public Member Functions | |
| WPPath * | GetPath (uint32 id) |
| void | LoadFromDB () |
| ~SmartWaypointMgr () | |
Private Member Functions | |
| SmartWaypointMgr () | |
Private Attributes | |
| UNORDERED_MAP< uint32, WPPath * > | waypoint_map |
Friends | |
| class | Skyfire::Singleton< SmartWaypointMgr, Skyfire::NullMutex > |
Definition at line 1341 of file SmartScriptMgr.h.
|
inlineprivate |
Definition at line 1344 of file SmartScriptMgr.h.
References SmartWaypointMgr().
Referenced by SmartWaypointMgr().
| SmartWaypointMgr::~SmartWaypointMgr | ( | ) |
Definition at line 83 of file SmartScriptMgr.cpp.
References UNORDERED_MAP, and waypoint_map.
Definition at line 1350 of file SmartScriptMgr.h.
References waypoint_map.
| void SmartWaypointMgr::LoadFromDB | ( | ) |
Definition at line 24 of file SmartScriptMgr.cpp.
References Field::GetFloat(), getMSTime(), GetMSTimeDiffToNow(), Field::GetUInt32(), SF_LOG_ERROR, SF_LOG_INFO, UNORDERED_MAP, waypoint_map, WORLD_SEL_SMARTAI_WP, and WorldDatabase.
|
friend |
Definition at line 1333 of file SmartScriptMgr.h.
|
private |
Definition at line 1358 of file SmartScriptMgr.h.
Referenced by GetPath(), LoadFromDB(), and ~SmartWaypointMgr().