UE2:UT2K4StatsPrompt (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2StatsPrompt >> UT2K4StatsPrompt
Package:
GUI2K4

Created on: 09/01/2003 Menu which appears when attempting to connect to a stats-enabled server when client doesn't have stats enabled

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

Properties

b_Cancel

Type: GUIButton

Modifiers: automated


Default value: GUIButton'NoButton'

b_OK

Type: GUIButton

Modifiers: automated


Default value: GUIButton'YesButton'

i_Background

Type: GUIImage

Modifiers: automated


Default value: GUIImage'PasswordBackground'

i_PageBG

Type: GUIImage

Modifiers: automated


Default value: GUIImage'menuBackground'

l_Message

Type: GUILabel

Modifiers: automated


Default value: GUILabel'PromptDesc'

l_Title

Type: GUILabel

Modifiers: automated


Default value: GUILabel'PromptHeader'

Default values

Property Value
bAlwaysAutomate True

Subobjects

menuBackground

Class: XInterface.GUIImage

Property Value
Image GUIImage'menuBackground'
ImageColor
Member Value
A 255
B 255
G 255
R 255
ImageRenderStyle MSTY_Normal
ImageStyle ISTY_Scaled
RenderWeight 1.0E-4
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0
X1 0
X2 1024
Y1 0
Y2 768

NoButton

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "NO"
OnClick InternalOnClick
WinHeight 0.04
WinLeft 0.65
WinTop 0.81
WinWidth 0.2

PasswordBackground

Class: XInterface.GUIImage

Property Value
bBoundToParent True
bScaleToParent True
DropShadow Material'2K4Menus.Controls.shadow'
DropShadowX 0
DropShadowY 10
Image Material'2K4Menus.Controls.editbox_b'
ImageRenderStyle MSTY_Normal
ImageStyle ISTY_Stretched
WinHeight 251.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

PromptDesc

Class: XInterface.GUILabel

Property Value
bMultiLine True
Caption "You will only be able to join this server by turning on \"Track Stats\" and setting a unique Stats Username and Password. Currently you will only be able to connect to servers with stats DISABLED. Would you like to configure your Stats Username and Password now?"
FontScale FNS_Medium
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.256251
WinLeft 0.0
WinTop 0.422917
WinWidth 1.0

PromptHeader

Class: XInterface.GUILabel

Property Value
bMultiLine True
Caption "This server has UT2004 stats ENABLED!"
FontScale FNS_Large
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.051563
WinLeft 0.0
WinTop 0.354166
WinWidth 1.0

YesButton

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "YES"
OnClick InternalOnClick
WinHeight 0.04
WinLeft 0.125
WinTop 0.81
WinWidth 0.2

Instance functions

InternalOnClick

function bool InternalOnClick (GUIComponent Sender)

Overrides: UT2StatsPrompt.InternalOnClick


ReOpen

function ReOpen ()

Overrides: UT2StatsPrompt.ReOpen