#include <config.h>
|
|
int32 | musicVolume |
| |
|
int32 | sfxVolume |
| |
|
int32 | voiceVolume |
| |
|
bool | showMovieSubtitles |
| |
|
bool | showEncounterSubtitles |
| |
|
int | gammaLevel |
| |
|
int32 | ambientVolume |
| |
|
int32 | movieVolume |
| |
|
bool | musicStatus |
| |
|
bool | reverseStereo |
| |
|
int | performance |
| | performance only affects sound: perf > 0 ? 22050hz/16bit : 11025hz/8bit
|
| |
|
int | animationsSpeed |
| |
|
char | keyShowVersion |
| |
|
char | keyQuickSave |
| |
|
char | keyQuickLoad |
| |
|
char | keySwitchToSara |
| |
|
char | keySwitchToGrimwall |
| |
|
char | keySwitchToOlmec |
| |
|
bool | showSceneLoading |
| |
|
bool | showIntro |
| |
|
|
static bool | hasInstance () |
| |
|
static ConfigurationManager & | instance () |
| |
|
static void | destroy () |
| |
|
typedef ConfigurationManager | SingletonBaseType |
| |
|
static ConfigurationManager * | _singleton |
| |
The ConfigurationManager is where the common configuration options used by the engine are bound.
These options can be set through the main menu
◆ read()
| void Asylum::ConfigurationManager::read |
( |
| ) |
|
◆ write()
| void Asylum::ConfigurationManager::write |
( |
| ) |
|
Save a value to the configuration file
◆ isKeyAssigned()
| bool Asylum::ConfigurationManager::isKeyAssigned |
( |
char |
key | ) |
const |
Query if 'key' is assigned.
- Parameters
-
- Returns
- true if key assigned, false if not.
The documentation for this class was generated from the following file: