I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:MyQuitPage (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> MyQuitPage |
- Package:
- GUI
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. |
(c) 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
NoButton[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'cNoButton'
QuitBackground[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'cQuitBackground'
QuitDesc[edit]
Type: GUILabel
Modifiers: automated
Default value: GUILabel'cQuitDesc'
YesButton[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'cYesButton'
Default values[edit]
Property | Value |
---|---|
bRequire640x480 | False |
WinHeight | 0.25 |
WinTop | 0.375 |
Subobjects[edit]
cNoButton[edit]
Class: GUI.GUIButton
Property | Value |
---|---|
__OnClick__Delegate | |
bBoundToParent | True |
Caption | "NO" |
TabOrder | 1 |
WinLeft | 0.65 |
WinTop | 0.75 |
WinWidth | 0.2 |
cQuitBackground[edit]
Class: GUI.GUIButton
Property | Value |
---|---|
bAcceptsInput | False |
bBoundToParent | True |
bNeverFocus | True |
bScaleToParent | True |
StyleName | "SquareBar" |
WinHeight | 1.0 |
cQuitDesc[edit]
Class: GUI.GUILabel
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
Caption | "Are you sure you wish to quit?" | ||||||||
TextAlign | TXTA_Center | ||||||||
TextColor |
|
||||||||
TextFont | "HeaderFont" | ||||||||
WinHeight | 32.0 | ||||||||
WinTop | 0.4 |
cYesButton[edit]
Class: GUI.GUIButton
Property | Value |
---|---|
__OnClick__Delegate | |
bBoundToParent | True |
Caption | "YES" |
WinLeft | 0.125 |
WinTop | 0.75 |
WinWidth | 0.2 |
Instance functions[edit]
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)