Loading [MathJax]/extensions/MathZoom.js
 |
Cytopia
0.3
A city building simulation game
|
Go to the documentation of this file.
7 #include "../../util/Singleton.hxx"
8 #include "../../util/Meta.hxx"
195 using SettingsData::operator=;
the settings of the client
float soundEffectsVolume
the volume of sound effects as float between [0, 1]
bool vSync
if vSync is enabled or not
FilePath fontFileName
FilePath of the Font that should be used.
void writeFile()
Save settings to file.
std::string buildMenuPosition
location of the build menu
ScreenDimension screenHeight
the screen height
FilePath audioConfig3DJSONFile
the file path to Audio Configuration 3D
int subMenuButtonWidth
The width in pixels of the buttons used in the build sub menues on the UI.
int maxElevationHeight
the maximum elevation height
float zoneLayerTransparency
the value of the zone layer transparency, (0 - 1.0). where 0 is full opaque and 1 for full transparen...
int audioChannels
the number of channels used for sound playback 1=Mono,2=Stereo
int mapSize
the size of the map
json parseSettingsFile(const std::string &fileName) const
std::string gameLanguage
the code for the current game language
FilePath uiDataJSONFile
JSONFile that contains uiData.
FilePath tileDataJSONFile
JSONFile that contains tileData.
ScreenDimension screenWidth
the screen width
bool playSoundEffects
true if sound effects should be played
ScreenDimension currentScreenWidth
the actual screen width (can differ from the one that's set in borderless fullscreen)
int subMenuButtonHeight
The height in pixels of the buttons used in the build sub menues on the UI.
FilePath uiLayoutJSONFile
The file path to the UI layout file.
bool showBuildingsInBlueprint
indicates whether we want to see buildings inside Blueprint layer or not
int settingsVersion
the version of the Settings file. Overwrite cache settings if a newer version exists
bool audio3DStatus
whether to play 3D sound or not
void resetSettingsToDefaults()
Reset settings to defaults from local settings file.
Abstract Singleton implementation.
float musicVolume
the volume of music as float between [0, 1]
ScreenDimension currentScreenHeight
the actual screen height (can differ from the one that's set in borderless fullscreen)
bool playMusic
true if music should be played
FilePath audioConfigJSONFile
file path to Audio Configuration
void readFile()
Load settings from file.
bool writeErrorLogFile
Write errors to a log file.
std::string biome
this is used for biomedata