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

Method reset

src/Battlescape/PathfindingNode.cpp:54–58  ·  view source on GitHub ↗

* Resets the node. */

Source from the content-addressed store, hash-verified

52 * Resets the node.
53 */
54void PathfindingNode::reset()
55{
56 _checked = false;
57 _openentry = 0;
58}
59
60/**
61 * Gets the checked status of this node.

Callers 2

aStarPathMethod · 0.45
findReachableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected