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

DeusEx.MenuChoice_RenderDevice

Extends
MenuUIChoiceAction

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.MenuUIChoice
         |   
         +-- DeusEx.MenuUIChoiceAction
            |   
            +-- DeusEx.MenuChoice_RenderDevice

Variables Summary
StringGamePromptMessage
StringPromptTitle
StringRestartPromptMessage
Inherited Variables from DeusEx.MenuUIChoiceAction
action, invoke
Inherited Variables from DeusEx.MenuUIChoice
actionText, btnAction, buttonVerticalOffset, choiceControlPosX, configSetting, FalseTrue[2], helpText, player

Enumerations Summary
Inherited Enumerations from DeusEx.MenuUIChoiceAction
EMenuActions

Functions Summary
eventbool BoxOptionSelected (Window button, int buttonNumber))
functionbool ButtonActivated (Window buttonPressed ))
Inherited Functions from DeusEx.MenuUIChoiceAction
ButtonActivated, ProcessMenuAction, VirtualKeyPressed
Inherited Functions from DeusEx.MenuUIChoice
ButtonActivated, ButtonActivatedRight, CancelSetting, CreateActionButton, CycleNextValue, CyclePreviousValue, InitWindow, LoadSetting, ResetToDefault, SaveMenuSettings, SaveSetting, SetActionButtonWidth, VirtualKeyPressed


Variables Detail

GamePromptMessage Source code

var localized String GamePromptMessage;

PromptTitle Source code

var localized String PromptTitle;

RestartPromptMessage Source code

var localized String RestartPromptMessage;


Functions Detail

BoxOptionSelected Source code

event bool BoxOptionSelected ( Window button, int buttonNumber) )

ButtonActivated Source code

function bool ButtonActivated ( Window buttonPressed ) )


Defaultproperties

defaultproperties
{
     PromptTitle="Restart Deus Ex?"
     GamePromptMessage="In order to choose a render device, Deus Ex must be restarted.  The current game you are playing will be lost if you have not already saved it.  Do you still wish to restart?"
     RestartPromptMessage="In order to choose a render device, Deus Ex must be restarted.  Do you wish to proceed?"
     Action=MA_Custom
     HelpText="Select the device to use for 3D rendering.  Deus Ex must EXIT to allow you to select a 3D hardware device."
     actionText="Rendering |&Device..."
}

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