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

Method getGlobalShade

src/Savegame/SavedBattleGame.cpp:521–524  ·  view source on GitHub ↗

* Gets the global shade. * @return The global shade. */

Source from the content-addressed store, hash-verified

519 * @return The global shade.
520 */
521int SavedBattleGame::getGlobalShade() const
522{
523 return _globalShade;
524}
525
526/**
527 * Gets the map width.

Callers 1

calculateSunShadingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected