|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| struct | WaypointData |
| class | WaypointMgr |
Macros | |
| #define | sWaypointMgr Skyfire::Singleton<WaypointMgr, Skyfire::NullMutex>::instance() |
Typedefs | |
| typedef std::vector< WaypointData * > | WaypointPath |
| typedef UNORDERED_MAP< uint32, WaypointPath > | WaypointPathContainer |
| #define sWaypointMgr Skyfire::Singleton<WaypointMgr, Skyfire::NullMutex>::instance() |
Definition at line 54 of file WaypointManager.h.
Referenced by reload_commandscript::HandleReloadWpCommand(), wp_commandscript::HandleWpReloadCommand(), WaypointMovementGenerator< Creature >::LoadPath(), Map::ScriptsProcess(), and World::SetInitialWorldSettings().
| typedef std::vector<WaypointData*> WaypointPath |
Definition at line 22 of file WaypointManager.h.
| typedef UNORDERED_MAP<uint32, WaypointPath> WaypointPathContainer |
Definition at line 23 of file WaypointManager.h.