MCPcopy Create free account
hub / github.com/axmolengine/axmol / ~dtNavMeshQuery

Method ~dtNavMeshQuery

3rdparty/recast/DetourNavMeshQuery.cpp:152–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152dtNavMeshQuery::~dtNavMeshQuery()
153{
154 if (m_tinyNodePool)
155 m_tinyNodePool->~dtNodePool();
156 if (m_nodePool)
157 m_nodePool->~dtNodePool();
158 if (m_openList)
159 m_openList->~dtNodeQueue();
160 dtFree(m_tinyNodePool);
161 dtFree(m_nodePool);
162 dtFree(m_openList);
163}
164
165/// @par
166///

Callers 1

dtFreeNavMeshQueryFunction · 0.80

Calls 3

dtFreeFunction · 0.85
~dtNodePoolMethod · 0.80
~dtNodeQueueMethod · 0.80

Tested by

no test coverage detected