pixelperfectengine v0.9.1-rc1 (2017-01-19T23:09:27Z)
Dub
Repo
ConfigurationProfile
PixelPerfectEngine
system
config
Undocumented in source.
class
ConfigurationProfile {
int
sfxVol
;
int
musicVol
;
string
screenMode
;
string
resolution
;
string
scalingQuality
;
string
driver
;
KeyBinding
[]
keyBindingList
;
KeyBinding
[]
inputDevList
;
AuxillaryElements
[]
auxillaryParameters
;
this
(string configFile);
this
();
void
restore
(string configFile);
void
store
(string configFile);
}
Constructors
this
this
(string configFile)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Functions
restore
void
restore
(string configFile)
Undocumented in source. Be warned that the author may not have intended to support it.
store
void
store
(string configFile)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
auxillaryParameters
AuxillaryElements
[]
auxillaryParameters
;
driver
string
driver
;
inputDevList
KeyBinding
[]
inputDevList
;
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.
Meta
Source
See Implementation
PixelPerfectEngine
system
config
classes
ConfigurationProfile
structs
AuxillaryElements