Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
521
int SavedBattleGame::getGlobalShade() const
522
{
523
return _globalShade;
524
}
525
526
/**
527
* Gets the map width.
Callers
1
calculateSunShading
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected