DeusEx.MenuChoice_SampleRate
- Extends
- MenuUIChoiceEnum
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- DeusEx.MenuUIChoice
|
+-- DeusEx.MenuUIChoiceEnum
|
+-- DeusEx.MenuChoice_SampleRate
Inherited Functions from DeusEx.MenuUIChoiceEnum |
ButtonActivated, CreateInfoButton, CycleNextValue, CyclePreviousValue, GetValue, InitWindow, LoadSetting, LoadSettingBool, ResetToDefault, SaveSetting, SaveSettingBool, SetValue, UpdateInfoButton |
Inherited Functions from DeusEx.MenuUIChoice |
ButtonActivated, ButtonActivatedRight, CancelSetting, CreateActionButton, CycleNextValue, CyclePreviousValue, InitWindow, LoadSetting, ResetToDefault, SaveMenuSettings, SaveSetting, SetActionButtonWidth, VirtualKeyPressed |
var bool bMessageDisplayed;
var Localized String RestartMessage;
var Localized String RestartTitle;
event bool BoxOptionSelected (
Window msgBoxWindow,
int buttonNumber) )
function CycleNextValue ( ) )
function CyclePreviousValue ( ) )
function LoadSetting ( ) )
function SaveSetting ( ) )
defaultproperties
{
RestartTitle="Sound Quality"
RestartMessage="This change will not take effect until you restart Deus Ex."
enumText(0)="11025Hz"
enumText(1)="22050Hz"
enumText(2)="44100Hz"
defaultValue=44100
defaultInfoWidth=83
HelpText="Lower sample rates result in less CPU overhead, but also lower sound quality"
actionText="S|&le Rate"
configSetting="ini:Engine.Engine.AudioDevice OutputRate"
}
|
Creation time: Mon 8/11/2021 16:31:11.324 - Created with
UnCodeX