The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:UT2VideoChangeOK (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2VideoChangeOK |
Contents
- Package:
- XInterface
- This class in other games:
- UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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 |
|
||||||||||
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 |
|
||||||||||
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 ()