DeusEx.MenuScreenPlayerSetup
- Extends
- MenuUIScreenWindow
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.MenuUIWindow
|
+-- DeusEx.MenuUIScreenWindow
|
+-- DeusEx.MenuScreenPlayerSetup
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 |
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 |
var string FilterString;
var localized string HeaderPlayerNameLabel;
function CreateClassChoice ( ) )
CreateConnectionChoice Source code
function CreateConnectionChoice ( ) )
function CreateControls ( ) )
function CreateHelpChoice ( ) )
CreatePlayerNameEditor Source code
function CreatePlayerNameEditor ( ) )
CreatePlayerNameHeader Source code
function CreatePlayerNameHeader ( ) )
function CreateTeamChoice ( ) )
FocusEnteredDescendant Source code
event FocusEnteredDescendant (
Window enterWindow) )
event FocusLeftDescendant (
Window leaveWindow) )
function string GetMultiplayerName ( ) )
event InitWindow ( ) )
function ResetToDefaults ( ) )
function SaveSettings ( ) )
function SetMultiplayerName ( string newname) )
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
}
|
Creation time: Mon 8/11/2021 16:31:11.820 - Created with
UnCodeX