![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "MapCollisionData.h"
Public Member Functions | |
| dtNavMesh const * | GetNavMesh () const |
| dtNavMeshQuery const * | GetNavMeshQuery () |
Protected Attributes | |
| std::shared_ptr< dtNavMesh > | _navMesh |
| MMAP::ManagedNavMeshQuery | _navMeshQuery |
Friends | |
| class | MapCollisionData |
|
inline |
References _navMesh.
Referenced by misc_commandscript::HandleGPSCommand(), mmaps_commandscript::HandleMmapLoadedTilesCommand(), mmaps_commandscript::HandleMmapLocCommand(), mmaps_commandscript::HandleMmapPathCommand(), mmaps_commandscript::HandleMmapStatsCommand(), and PathGenerator::PathGenerator().
| dtNavMeshQuery const * MMapData::GetNavMeshQuery | ( | ) |
References _navMesh, _navMeshQuery, and MMAP::MMapMgr::CreateNavMeshQuery().
Referenced by mmaps_commandscript::HandleMmapLoadedTilesCommand(), mmaps_commandscript::HandleMmapLocCommand(), and PathGenerator::PathGenerator().
|
friend |
|
protected |
|
protected |
Referenced by GetNavMeshQuery().