Whether the healer is ready to heal. Tests whether the healer's attack heat is sufficiently low.
(&self, healer_id: UnitID)
| 1678 | /// Whether the healer is ready to heal. Tests whether the healer's attack |
| 1679 | /// heat is sufficiently low. |
| 1680 | pub fn is_heal_ready(&self, healer_id: UnitID) -> bool { |
| 1681 | self.ok_if_heal_ready(healer_id).is_ok() |
| 1682 | } |
| 1683 | |
| 1684 | /// Commands the healer to heal the target robot. |
| 1685 | /// |
nothing calls this directly
no test coverage detected