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

Method isIronman

src/Savegame/SavedGame.cpp:592–595  ·  view source on GitHub ↗

* Returns if the game is set to ironman mode. * Ironman games cannot be manually saved. * @return Tony Stark */

Source from the content-addressed store, hash-verified

590 * @return Tony Stark
591 */
592bool SavedGame::isIronman() const
593{
594 return _ironman;
595}
596
597/**
598 * Changes if the game is set to ironman mode.

Callers 13

quitMethod · 0.80
closeMethod · 0.80
handleMethod · 0.80
PauseStateMethod · 0.80
ListSaveStateMethod · 0.80
btnYesClickMethod · 0.80
initMethod · 0.80
btnOkClickMethod · 0.80
handleMethod · 0.80
initMethod · 0.80
time1DayMethod · 0.80
DefeatStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected