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

#include <WaypointManager.h>

Public Member Functions

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

Private Member Functions

 WaypointMgr ()
 ~WaypointMgr ()

Private Attributes

WaypointPathContainer _waypointStore

Friends

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

Detailed Description

Definition at line 25 of file WaypointManager.h.

Constructor & Destructor Documentation

◆ WaypointMgr()

WaypointMgr::WaypointMgr ( )
private

Definition at line 12 of file WaypointManager.cpp.

◆ ~WaypointMgr()

WaypointMgr::~WaypointMgr ( )
private

Definition at line 14 of file WaypointManager.cpp.

References _waypointStore.

Member Function Documentation

◆ GetPath()

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

Definition at line 37 of file WaypointManager.h.

References _waypointStore, and GetPath().

Referenced by GetPath().

◆ Load()

◆ ReloadPath()

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

Definition at line 19 of file WaypointManager.h.

Member Data Documentation

◆ _waypointStore

WaypointPathContainer WaypointMgr::_waypointStore
private

Definition at line 51 of file WaypointManager.h.

Referenced by GetPath(), Load(), ReloadPath(), and ~WaypointMgr().


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