MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / InitSentinel

Method InitSentinel

Source/Utils/micropather.h:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212 void Clear();
213 void InitSentinel() {
214 Clear();
215 Init( 0, cPosition(0,0), FLT_MAX, FLT_MAX, 0 );
216 prev = next = this;
217 }
218
219 cPosition state; // the client state
220 float costFromStart; // exact

Callers 2

OpenQueueMethod · 0.80
PathNodePoolMethod · 0.80

Calls 1

cPositionClass · 0.70

Tested by

no test coverage detected