Gah - a solution with more questions. – EntropicLqd
UE2:UT2QuitPage (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2QuitPage |
- 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. |
Class: XInterface.UT2QuitPage Parent: XInterface.GUIMultiComponent
<Enter a description here>
Default values
Property | Value |
---|---|
bRequire640x480 | False |
Controls[0] | GUIButton'QuitBackground' |
Controls[1] | GUIButton'YesButton' |
Controls[2] | GUIButton'NoButton' |
Controls[3] | GUILabel'QuitDesc' |
WinHeight | 0.25 |
WinTop | 0.375 |
Subobjects
NoButton
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "NO" |
OnClick | InternalOnClick |
WinHeight | 0.04 |
WinLeft | 0.65 |
WinTop | 0.75 |
WinWidth | 0.2 |
QuitBackground
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 |
QuitDesc
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Caption | "Are you sure you wish to quit?" | ||||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
TextFont | "UT2HeaderFont" | ||||||||||
WinHeight | 32.0 | ||||||||||
WinLeft | 0.0 | ||||||||||
WinTop | 0.4 | ||||||||||
WinWidth | 1.0 |
YesButton
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "YES" |
OnClick | InternalOnClick |
WinHeight | 0.04 |
WinLeft | 0.125 |
WinTop | 0.75 |
WinWidth | 0.2 |
Instance functions
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)