* Gets the weapon reload for UFO ships. * @return The UFO weapon reload time. */
| 199 | * @return The UFO weapon reload time. |
| 200 | */ |
| 201 | int RuleUfo::getWeaponReload() const |
| 202 | { |
| 203 | return _reload; |
| 204 | } |
| 205 | |
| 206 | /** |
| 207 | * Gets the UFO's break off time. |
no outgoing calls
no test coverage detected