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

Method Unlink

Source/Utils/micropather.h:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 bool inClosed;
235
236 void Unlink() {
237 next->prev = prev;
238 prev->next = next;
239 next = prev = 0;
240 }
241 void AddBefore( PathNode* addThis ) {
242 addThis->next = this;
243 addThis->prev = prev;

Callers 3

PopMethod · 0.80
UpdateMethod · 0.80
AllocMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected