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

Method setIronman

src/Savegame/SavedGame.cpp:602–605  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

600 * @param ironman Tony Stark
601 */
602void SavedGame::setIronman(bool ironman)
603{
604 _ironman = ironman;
605}
606
607/**
608 * Returns the player's current funds.

Callers 1

btnOkClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected