Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:UT2PerformWarn (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2PerformWarn |
- Package:
- XInterface
- This class in other games:
- UT2003
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. |
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 |
|
||||||||||
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 |
|
||||||||||
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)