Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ Reset
Method
Reset
Source/Utils/micropather.cpp:501–505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
499
500
501
void MicroPather::Reset()
502
{
503
pathNodePool.Clear();
504
frame = 0;
505
}
506
507
508
void MicroPather::GoalReached( PathNode* node, cPosition* start, cPosition* end, MP_VECTOR< cPosition > *_path )
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected