* Initializes the abortion process */
| 259 | * Initializes the abortion process |
| 260 | */ |
| 261 | void AbortGeneratingWorld() |
| 262 | { |
| 263 | GenWorldInfo::abort = true; |
| 264 | } |
| 265 | |
| 266 | /** |
| 267 | * Is the generation being aborted? |
no outgoing calls
no test coverage detected