Is this node already in a PathfindingOpenSet?
| 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 |
no outgoing calls
no test coverage detected