Marks the node as checked.
| 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. |
no outgoing calls
no test coverage detected