Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OpenQueue
Method · 0.80
PathNodePool
Method · 0.80
Calls
1
cPosition
Class · 0.70
Tested by
no test coverage detected