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

Method inOpenSet

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

Is this node already in a PathfindingOpenSet?

Source from the content-addressed store, hash-verified

64 int getPrevDir() const;
65 /// Is this node already in a PathfindingOpenSet?
66 bool inOpenSet() const { return (_openentry != 0); }
67 /// Gets the approximate cost to reach the target position.
68 int getTUGuess() const { return _tuGuess; }
69

Callers 2

aStarPathMethod · 0.80
findReachableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected