Whether the ranger is ready to begin snipe. Tests whether the ranger's ability heat is sufficiently low.
(&self, ranger_id: UnitID)
| 1547 | /// Whether the ranger is ready to begin snipe. Tests whether the ranger's |
| 1548 | /// ability heat is sufficiently low. |
| 1549 | pub fn is_begin_snipe_ready(&self, ranger_id: UnitID) -> bool { |
| 1550 | self.ok_if_begin_snipe_ready(ranger_id).is_ok() |
| 1551 | } |
| 1552 | |
| 1553 | /// Begins the countdown to snipe a given location. Maximizes the units |
| 1554 | /// attack and movement heats until the ranger has sniped. The ranger may |
nothing calls this directly
no test coverage detected