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

Method isChecked

src/Battlescape/PathfindingNode.cpp:64–67  ·  view source on GitHub ↗

* Gets the checked status of this node. * @return True, if this node was checked. */

Source from the content-addressed store, hash-verified

62 * @return True, if this node was checked.
63 */
64bool PathfindingNode::isChecked() const
65{
66 return _checked;
67}
68
69/**
70 * Gets the TU cost.

Callers 2

aStarPathMethod · 0.80
findReachableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected