MCPcopy 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
501void MicroPather::Reset()
502{
503 pathNodePool.Clear();
504 frame = 0;
505}
506
507
508void MicroPather::GoalReached( PathNode* node, cPosition* start, cPosition* end, MP_VECTOR< cPosition > *_path )

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected