UE2:UT2PerformWarn (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2PerformWarn
Package:
XInterface
This class in other games:

null

Default values

Subobjects

DialogBackground

Class: XInterface.GUIButton

Property Value
bAcceptsInput False
bBoundToParent True
bNeverFocus True
bScaleToParent True
StyleName "ListBox"
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

DialogText

Class: XInterface.GUILabel

Property Value
Caption "WARNING"
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 106
G 41
R 14
TextFont "UT2HeaderFont"
WinHeight 32.0
WinLeft 0.0
WinTop 0.4
WinWidth 1.0

DialogText2

Class: XInterface.GUILabel

Property Value
Caption "The change you are making may adversely affect your performance."
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 106
G 41
R 14
TextFont "UT2MenuFont"
WinHeight 32.0
WinLeft 0.0
WinTop 0.45
WinWidth 1.0

OkButton

Class: XInterface.GUIButton

Property Value
Caption "OK"
OnClick InternalOnClick
WinHeight 0.04
WinLeft 0.4
WinTop 0.55
WinWidth 0.2

Instance functions

InternalOnClick

function bool InternalOnClick (GUIComponent Sender)