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

Method setDebugMode

src/Savegame/SavedGame.cpp:1412–1415  ·  view source on GitHub ↗

* Toggles debug mode. */

Source from the content-addressed store, hash-verified

1410 * Toggles debug mode.
1411 */
1412void SavedGame::setDebugMode()
1413{
1414 _debug = !_debug;
1415}
1416
1417/**
1418 * Gets the current debug mode.

Callers 2

handleMethod · 0.45
handleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected