Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

DeusEx.MenuScreenSound

Extends
MenuUIScreenWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TabGroupWindow
         |   
         +-- Extension.ModalWindow
            |   
            +-- DeusEx.DeusExBaseWindow
               |   
               +-- DeusEx.MenuUIWindow
                  |   
                  +-- DeusEx.MenuUIScreenWindow
                     |   
                     +-- DeusEx.MenuScreenSound

Variables Summary
Inherited Variables from DeusEx.MenuUIScreenWindow
choiceCount, choiceStartX, choiceStartY, choices[13], choiceVerticalGap, currentChoice
Inherited Variables from DeusEx.MenuUIWindow
actionButtons[5], AskToTrainMessage, AskToTrainTitle, bActionButtonBarActive, bAllowWindowDragging, bEscapeSavesSettings, bHelpAlwaysOn, bLeftEdgeActive, bRightEdgeActive, btnLabelCancel, btnLabelOK, btnLabelPrevious, btnLabelResetToDefaults, bUsesHelpWindow, bWindowBeingDragged, clientHeight, clientTextures[6], clientWidth, defaultHelpClientDiffY, defaultHelpHeight, defaultHelpLeftOffset, ExitMessage, helpPosY, IntroWarningMessage, messageBoxMode, MessageBoxTitle, shadowHeight, shadowOffsetX, shadowOffsetY, shadowWidth, textureCols, textureRows, title, TrainingWarningMessage, verticalOffset, winButtonBar, winClient, windowStartDragX, windowStartDragY, winHelp, winLeftEdge, winRightEdge, winShadow, winShadowClass, winTitle

Enumerations Summary
Inherited Enumerations from DeusEx.MenuUIWindow
EActionButtonEvents, EMenuActions, EMessageBoxModes

Structures Summary
Inherited Structures from DeusEx.MenuUIWindow
S_ActionButtonDefault

Functions Summary
function SaveSettings ()))
Inherited Functions from DeusEx.MenuUIScreenWindow
CancelScreen, CreateChoices, FocusEnteredDescendant, FocusLeftDescendant, InitWindow, LoadSettings, ResetToDefaults, SaveSettings, VirtualKeyPressed
Inherited Functions from DeusEx.MenuUIWindow
BoxOptionSelected, ButtonActivated, CancelScreen, ChildRequestedReconfiguration, ConfigurationChanged, ConfirmIntro, ConfirmTraining, CreateActionButtonBar, CreateActionButtons, CreateClientWindow, CreateControls, CreateHeaderButton, CreateHelpWindow, CreateLeftEdgeWindow, CreateMenuEditWindow, CreateMenuHeader, CreateMenuLabel, CreateMenuUITab, CreateRightEdgeWindow, CreateScrollAreaWindow, CreateShadowWindow, CreateTitleWindow, DestroyWindow, EnableActionButton, HideHelp, InitWindow, IsActionButtonEnabled, MouseButtonPressed, MouseButtonReleased, MouseMoved, ParentRequestedPreferredSize, ProcessAction, ProcessActionButton, ProcessCustomMenuButton, ProcessMenuAction, ResetToDefaults, SaveSettings, SetTitle, ShowHelp, StartNewGame, StyleChanged, VirtualKeyPressed


Functions Detail

SaveSettings Source code

function SaveSettings ( ) )


Defaultproperties

defaultproperties
{
     choices(0)=Class'DeusEx.MenuChoice_MusicVolume'
     choices(1)=Class'DeusEx.MenuChoice_SoundVolume'
     choices(2)=Class'DeusEx.MenuChoice_SpeechVolume'
     choices(3)=Class'DeusEx.MenuChoice_EffectsChannels'
     choices(4)=Class'DeusEx.MenuChoice_SampleRate'
     choices(5)=Class'DeusEx.MenuChoice_SoundQuality'
     choices(6)=Class'DeusEx.MenuChoice_ReverseStereo'
     choices(7)=Class'DeusEx.MenuChoice_SurroundSound'
     choices(8)=Class'DeusEx.MenuChoice_Use3DHardware'
     actionButtons(0)=(Align=HALIGN_Right,Action=AB_Cancel)
     actionButtons(1)=(Align=HALIGN_Right,Action=AB_OK)
     actionButtons(2)=(Action=AB_Reset)
     Title="Sound Settings"
     ClientWidth=537
     ClientHeight=408
     clientTextures(0)=Texture'DeusExUI.UserInterface.MenuSoundBackground_1'
     clientTextures(1)=Texture'DeusExUI.UserInterface.MenuSoundBackground_2'
     clientTextures(2)=Texture'DeusExUI.UserInterface.MenuSoundBackground_3'
     clientTextures(3)=Texture'DeusExUI.UserInterface.MenuSoundBackground_4'
     clientTextures(4)=Texture'DeusExUI.UserInterface.MenuSoundBackground_5'
     clientTextures(5)=Texture'DeusExUI.UserInterface.MenuSoundBackground_6'
     helpPosY=354
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:11.890 - Created with UnCodeX