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

Method getDebugMode

src/Savegame/SavedGame.cpp:1421–1424  ·  view source on GitHub ↗

* Gets the current debug mode. * @return Debug mode. */

Source from the content-addressed store, hash-verified

1419 * @return Debug mode.
1420 */
1421bool SavedGame::getDebugMode() const
1422{
1423 return _debug;
1424}
1425
1426/** @brief Match a mission based on region and type.
1427 * This function object will match alien missions based on region and type.

Callers 15

drawMethod · 0.45
drawTerrainMethod · 0.45
createNewProjectileMethod · 0.45
thinkMethod · 0.45
performMeleeAttackMethod · 0.45
thinkMethod · 0.45
playMovementSoundMethod · 0.45
thinkMethod · 0.45
handleAIMethod · 0.45
playableUnitSelectedMethod · 0.45
popStateMethod · 0.45
mapClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected