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