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

Method AddBefore

Source/Utils/micropather.h:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 next = prev = 0;
240 }
241 void AddBefore( PathNode* addThis ) {
242 addThis->next = this;
243 addThis->prev = prev;
244 prev->next = addThis;
245 prev = addThis;
246 }
247 #ifdef DEBUG
248 void CheckList()
249 {

Callers 5

PushMethod · 0.80
UpdateMethod · 0.80
ClearMethod · 0.80
NewBlockMethod · 0.80
SolveForNearStatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected