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

UE2:UT2VideoChangeOK (UT2003)

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

Class: XInterface.UT2VideoChangeOK Parent: XInterface.GUIPage

<Enter a description here>

Properties[edit]

Count[edit]

Type: int


OrigRes[edit]

Type: string


RestoreTextPost[edit]

Type: string

Modifiers: localized


Default value: " seconds)"

RestoreTextPre[edit]

Type: string

Modifiers: localized


Default value: "(Original settings will be restored in "

RestoreTextSingular[edit]

Type: string

Modifiers: localized


Default value: "(Original settings will be restored in 1 second)"

Default values[edit]

Property Value
Controls[0] GUIButton'VidOKBackground'
Controls[1] GUIButton'AcceptButton'
Controls[2] GUIButton'BackButton'
Controls[3] GUILabel'VideoOKDesc'
Controls[4] GUILabel'VideoOkTimerDesc'
OnActivate StartTimer
WinHeight 0.25
WinTop 0.375

Subobjects[edit]

AcceptButton[edit]

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "Keep Settings"
OnClick InternalOnClick
WinHeight 0.04
WinLeft 0.125
WinTop 0.75
WinWidth 0.2

BackButton[edit]

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "Restore Settings"
OnClick InternalOnClick
WinHeight 0.04
WinLeft 0.65
WinTop 0.75
WinWidth 0.2

VideoOKDesc[edit]

Class: XInterface.GUILabel

Property Value
Caption "Accept these settings?"
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 0
G 200
R 230
TextFont "UT2HeaderFont"
WinHeight 32.0
WinLeft 0.0
WinTop 0.4
WinWidth 1.0

VideoOkTimerDesc[edit]

Class: XInterface.GUILabel

Property Value
Caption "(Original settings will be restored in 15 seconds)"
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 0
G 200
R 230
TextFont "UT2MenuFont"
WinHeight 32.0
WinLeft 0.0
WinTop 0.46
WinWidth 1.0

VidOKBackground[edit]

Class: XInterface.GUIButton

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

Functions[edit]

Events[edit]

Timer[edit]

event Timer ()

Overrides: GUIComponent.Timer


Other instance functions[edit]

Execute[edit]

function Execute (string DesiredRes)


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


StartTimer[edit]

function StartTimer ()