Gah - a solution with more questions. – EntropicLqd

UE2:UT2K4GetPassword (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4

Created on: 08/11/2003 Menu that pops up when attempting to connect to a password protected server

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

IncorrectPassword[edit]

Type: string

Modifiers: localized


Default value: "Incorrect password specified. Please try again."

RetryURL[edit]

Type: string


Default values[edit]

Property Value
b_Cancel GUIButton'GetPassFail'
b_OK GUIButton'GetPassRetry'
bAllowedAsLast True
ed_Data moEditBox'GetPassPW'
i_PageBG
l_Text GUILabel'GetPassLabel'
OpenSound Sound'MenuSounds.SelectDshort'

Subobjects[edit]

GetPassFail[edit]

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "CANCEL"
OnClick InternalOnClick
StyleName "SquareButton"
TabOrder 2
WinHeight 0.045
WinLeft 0.586523
WinTop 0.547122
WinWidth 0.1475

GetPassLabel[edit]

Class: XInterface.GUILabel

Property Value
bBoundToParent True
Caption "A password is required to play on this server."
FontScale FNS_Large
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.054688
WinLeft 0.02793
WinTop 0.30223
WinWidth 0.94043

GetPassPW[edit]

Class: XInterface.moEditBox

Property Value
Caption "Server Password"
CaptionWidth 0.4
TabOrder 0
WinHeight 0.03
WinLeft 0.209375
WinTop 0.485366
WinWidth 0.5625

GetPassRetry[edit]

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "SUBMIT"
OnClick InternalOnClick
StyleName "SquareButton"
TabOrder 1
WinHeight 0.045
WinLeft 0.320899
WinTop 0.730455
WinWidth 0.1475

menuBackground[edit]

Class: XInterface.GUIImage

Property Value
Image Material'2K4Menus.Controls.menuBackground2'
ImageColor
Member Value
A 255
B 255
G 255
R 255
ImageRenderStyle MSTY_Normal
ImageStyle ISTY_Stretched
RenderWeight 1.0E-6
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

Functions[edit]

Events[edit]

HandleParameters[edit]

event HandleParameters (string URL, string FailCode)

Overrides: UT2K4GetDataMenu.HandleParameters


InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4GetDataMenu.InitComponent


Other instance functions[edit]

InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)

Overrides: UT2K4GetDataMenu.InternalOnClick


RetryPassword[edit]

function RetryPassword ()


SavePassword[edit]

function SavePassword (ExtendedConsole InConsole, string InPassword)