The movement heat. InappropriateUnitType - the unit is not a robot.
(&self)
| 443 | /// |
| 444 | /// * InappropriateUnitType - the unit is not a robot. |
| 445 | pub fn movement_heat(&self) -> Result<u32, GameError> { |
| 446 | self.ok_if_robot()?; |
| 447 | Ok(self.movement_heat) |
| 448 | } |
| 449 | |
| 450 | /// The attack heat. |
| 451 | /// |
no test coverage detected