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

Method isCheating

src/Savegame/SavedBattleGame.cpp:1681–1684  ·  view source on GitHub ↗

* is the AI allowed to cheat? * @return true if cheating. */

Source from the content-addressed store, hash-verified

1679 * @return true if cheating.
1680 */
1681bool SavedBattleGame::isCheating()
1682{
1683 return _cheating;
1684}
1685
1686/**
1687 * Gets the TU reserved type.

Callers 3

thinkMethod · 0.80
setupPatrolMethod · 0.80
evaluateAIModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected