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

Method setChecked

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

Marks the node as checked.

Source from the content-addressed store, hash-verified

56 bool isChecked() const;
57 /// Marks the node as checked.
58 void setChecked() { _checked = true; }
59 /// Gets the TU cost.
60 int getTUCost(bool missile) const;
61 /// Gets the previous node.

Callers 2

aStarPathMethod · 0.80
findReachableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected