MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / IsGeneratingWorldAborted

Function IsGeneratingWorldAborted

src/genworld.cpp:270–273  ·  view source on GitHub ↗

* Is the generation being aborted? * @return the 'aborted' status */

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected