* Gets the UFO's break off time. * @return The UFO's break off time in game seconds. */
| 208 | * @return The UFO's break off time in game seconds. |
| 209 | */ |
| 210 | int RuleUfo::getBreakOffTime() const |
| 211 | { |
| 212 | return _breakOffTime; |
| 213 | } |
| 214 | |
| 215 | /** |
| 216 | * For user-defined UFOs, use a surface for the "preview" image. |