Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:UT2DeferChangeRes (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2DeferChangeRes
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 "The resolution you have chosen is lower than the minimum menu resolution."
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 0
G 180
R 220
TextFont "UT2MenuFont"
WinHeight 32.0
WinLeft 0.0
WinTop 0.4
WinWidth 1.0

DialogText2[edit]

Class: XInterface.GUILabel

Property Value
Caption "It will be applied when you next enter gameplay."
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 0
G 180
R 220
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)