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

Method setGlobalShade

src/Savegame/SavedBattleGame.cpp:512–515  ·  view source on GitHub ↗

* Sets the global shade. * @param shade The global shade. */

Source from the content-addressed store, hash-verified

510 * @param shade The global shade.
511 */
512void SavedBattleGame::setGlobalShade(int shade)
513{
514 _globalShade = shade;
515}
516
517/**
518 * Gets the global shade.

Callers 2

nextStageMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected