Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ dtFreeNavMeshQuery
Function
dtFreeNavMeshQuery
3rdparty/recast/DetourNavMeshQuery.cpp:113–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void dtFreeNavMeshQuery(dtNavMeshQuery* navmesh)
114
{
115
if (!navmesh) return;
116
navmesh->~dtNavMeshQuery();
117
dtFree(navmesh);
118
}
119
120
dtPolyQuery::~dtPolyQuery()
121
{
Callers
3
purge
Method · 0.85
purge
Method · 0.85
~NavMesh
Method · 0.85
Calls
2
dtFree
Function · 0.85
~dtNavMeshQuery
Method · 0.80
Tested by
no test coverage detected