I'm a doctor, not a mechanic

UE2:UT2PerformWarn (UT2004)

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

null

Default values[edit]

Property Value
bRequire640x480 False
Controls[0] GUIButton'DialogBackground'
Controls[1] GUIButton'OkButton'
Controls[2] GUILabel'DialogText'
Controls[3] GUILabel'DialogText2'
WinHeight 0.25
WinTop 0.375

Subobjects[edit]

DialogBackground[edit]

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[edit]

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[edit]

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[edit]

Class: XInterface.GUIButton

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

Instance functions[edit]

InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)