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

DeusEx.MenuScreenPlayerSetup

Extends
MenuUIScreenWindow

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

Variables Summary
MenuChoice_ClassClassChoice
MenuChoice_ConnectionConnectionChoice
stringFilterString
stringHeaderPlayerNameLabel
MenuChoice_MultiHelpHelpChoice
MenuUIEditWindowPlayerNameEditor
MenuChoice_TeamTeamChoice
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 CreateClassChoice ()))
function CreateConnectionChoice ()))
function CreateControls ()))
function CreateHelpChoice ()))
function CreatePlayerNameEditor ()))
function CreatePlayerNameHeader ()))
function CreateTeamChoice ()))
event FocusEnteredDescendant (Window enterWindow))
event FocusLeftDescendant (Window leaveWindow))
functionstring GetMultiplayerName ()))
event InitWindow ()))
function ResetToDefaults ()))
function SaveSettings ()))
function SetMultiplayerName (string newname))
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


Variables Detail

ClassChoice Source code

var MenuChoice_Class ClassChoice;

ConnectionChoice Source code

var MenuChoice_Connection ConnectionChoice;

FilterString Source code

var string FilterString;

HeaderPlayerNameLabel Source code

var localized string HeaderPlayerNameLabel;

HelpChoice Source code

var MenuChoice_MultiHelp HelpChoice;

PlayerNameEditor Source code

var MenuUIEditWindow PlayerNameEditor;

TeamChoice Source code

var MenuChoice_Team TeamChoice;


Functions Detail

CreateClassChoice Source code

function CreateClassChoice ( ) )

CreateConnectionChoice Source code

function CreateConnectionChoice ( ) )

CreateControls Source code

function CreateControls ( ) )

CreateHelpChoice Source code

function CreateHelpChoice ( ) )

CreatePlayerNameEditor Source code

function CreatePlayerNameEditor ( ) )

CreatePlayerNameHeader Source code

function CreatePlayerNameHeader ( ) )

CreateTeamChoice Source code

function CreateTeamChoice ( ) )

FocusEnteredDescendant Source code

event FocusEnteredDescendant ( Window enterWindow) )

FocusLeftDescendant Source code

event FocusLeftDescendant ( Window leaveWindow) )

GetMultiplayerName Source code

function string GetMultiplayerName ( ) )

InitWindow Source code

event InitWindow ( ) )

ResetToDefaults Source code

function ResetToDefaults ( ) )

SaveSettings Source code

function SaveSettings ( ) )

SetMultiplayerName Source code

function SetMultiplayerName ( string newname) )


Defaultproperties

defaultproperties
{
     HeaderPlayerNameLabel="Player Name"
     filterString="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890[]()"
     actionButtons(0)=(Align=HALIGN_Right,Action=AB_Cancel)
     actionButtons(1)=(Align=HALIGN_Right,Action=AB_Reset)
     actionButtons(2)=(Action=AB_OK)
     Title="Multiplayer Player Setup"
     ClientWidth=343
     ClientHeight=415
     clientTextures(0)=Texture'DeusExUI.UserInterface.MenuPlayerSetupBackground_1'
     clientTextures(1)=Texture'DeusExUI.UserInterface.MenuPlayerSetupBackground_2'
     clientTextures(2)=Texture'DeusExUI.UserInterface.MenuPlayerSetupBackground_3'
     clientTextures(3)=Texture'DeusExUI.UserInterface.MenuPlayerSetupBackground_4'
     textureCols=2
     helpPosY=353
}

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