ConfigurationProfile

Undocumented in source.

Constructors

this
this()

Initializes a basic configuration profile. If vaultPath doesn't have any configfiles, restores it from defaults.

Members

Functions

autodetectVideoModes
void autodetectVideoModes(int display)
Undocumented in source. Be warned that the author may not have intended to support it.
getNumOfVideoModes
int getNumOfVideoModes()
Undocumented in source. Be warned that the author may not have intended to support it.
joymodToString
string joymodToString(ushort s)
Undocumented in source. Be warned that the author may not have intended to support it.
keymodToString
string keymodToString(ushort keymod)
Undocumented in source. Be warned that the author may not have intended to support it.
restore
void restore()

Restores configuration profile

store
void store()
Undocumented in source. Be warned that the author may not have intended to support it.
stringToKeymod
ushort stringToKeymod(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
useVideoMode
void useVideoMode(int mode, OutputScreen window)
Undocumented in source. Be warned that the author may not have intended to support it.
videoModeToString
string videoModeToString(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getVaultPath
string getVaultPath()
Undocumented in source. Be warned that the author may not have intended to support it.
setVaultPath
void setVaultPath(char* developer, char* application)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

devicetypeStrings
string[Devicetype] devicetypeStrings;
Undocumented in source.
joymodifierStrings
string[ushort] joymodifierStrings;
Undocumented in source.
keymodifierStrings
ushort[string] keymodifierStrings;
Undocumented in source.

Variables

appName
string appName;
Undocumented in source.
appVers
string appVers;
Undocumented in source.
auxillaryParameters
AuxillaryElements[] auxillaryParameters;
driver
string driver;
Undocumented in source.
inputDevices
InputDeviceData[] inputDevices;
Undocumented in source.
keyBindingList
KeyBinding[] keyBindingList;
musicVol
int musicVol;
resolution
string resolution;
scalingQuality
string scalingQuality;
Undocumented in source.
screenMode
string screenMode;
Undocumented in source.
sfxVol
int sfxVol;
Undocumented in source.
threads
int threads;
Undocumented in source.

Meta