MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getPrevNode

Method getPrevNode

src/Battlescape/PathfindingNode.cpp:86–89  ·  view source on GitHub ↗

* Gets the previous node. * @return Pointer to the previous node. */

Source from the content-addressed store, hash-verified

84 * @return Pointer to the previous node.
85 */
86PathfindingNode* PathfindingNode::getPrevNode() const
87{
88 return _prevNode;
89}
90
91/**
92 * Gets the previous walking direction for how we got on this node.

Callers 1

aStarPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected