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

Method PathfindingNode

src/Battlescape/PathfindingNode.cpp:29–32  ·  view source on GitHub ↗

* Sets up a PathfindingNode. * @param pos Position. */

Source from the content-addressed store, hash-verified

27 * @param pos Position.
28 */
29PathfindingNode::PathfindingNode(Position pos) : _pos(pos), _checked(0), _tuCost(0), _prevNode(0), _prevDir(0), _tuGuess(0), _openentry(0)
30{
31
32}
33
34/**
35 * Deletes the PathfindingNode.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected