Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ reset
Method
reset
core/navmesh/NavMeshUtils.cpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void LinearAllocator::reset()
60
{
61
high = dtMax(high, top);
62
top = 0;
63
}
64
65
void LinearAllocator::resize(const int cap)
66
{
Callers
11
Downloader
Method · 0.45
createDownloadDataTask
Method · 0.45
createDownloadFileTask
Method · 0.45
~DownloadContextCURL
Method · 0.45
startTask
Method · 0.45
_onDownloadFinished
Method · 0.45
onDataLoad
Method · 0.45
onLoad
Method · 0.45
onError
Method · 0.45
onRequestComplete
Method · 0.45
close
Method · 0.45
Calls
1
dtMax
Function · 0.85
Tested by
no test coverage detected