MCPcopy 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
19void dtFreeTileCache(dtTileCache* tc)
20{
21 if (!tc) return;
22 tc->~dtTileCache();
23 dtFree(tc);
24}
25
26static bool contains(const dtCompressedTileRef* a, const int n, const dtCompressedTileRef v)
27{

Callers 1

~NavMeshMethod · 0.85

Calls 2

dtFreeFunction · 0.85
~dtTileCacheMethod · 0.80

Tested by

no test coverage detected