MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / isQuitting

Method isQuitting

src/Engine/Game.cpp:584–587  ·  view source on GitHub ↗

* Checks if the game is currently quitting. * @return whether the game is shutting down or not. */

Source from the content-addressed store, hash-verified

582 * @return whether the game is shutting down or not.
583 */
584bool Game::isQuitting() const
585{
586 return _quit;
587}
588
589/**
590 * Loads the most appropriate language

Callers 1

~DebriefingStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected