* Is the generation being aborted? * @return the 'aborted' status */
| 268 | * @return the 'aborted' status |
| 269 | */ |
| 270 | bool IsGeneratingWorldAborted() |
| 271 | { |
| 272 | return GenWorldInfo::abort || _exit_game; |
| 273 | } |
| 274 | |
| 275 | /** |
| 276 | * Really handle the abortion, i.e. clean up some of the mess |
no outgoing calls
no test coverage detected