Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ dtFreeTileCache
Function
dtFreeTileCache
3rdparty/recast/DetourTileCache.cpp:19–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
void dtFreeTileCache(dtTileCache* tc)
20
{
21
if (!tc) return;
22
tc->~dtTileCache();
23
dtFree(tc);
24
}
25
26
static bool contains(const dtCompressedTileRef* a, const int n, const dtCompressedTileRef v)
27
{
Callers
1
~NavMesh
Method · 0.85
Calls
2
dtFree
Function · 0.85
~dtTileCache
Method · 0.80
Tested by
no test coverage detected