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

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> MyQuitPage

Contents

Package: 
GUI

(c) 2003, Epic Games, Inc. All Rights Reserved

[edit] Properties

[edit] NoButton

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cNoButton'

[edit] QuitBackground

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cQuitBackground'

[edit] QuitDesc

Type: GUILabel

Modifiers: automated


Default value: GUILabel'cQuitDesc'

[edit] YesButton

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cYesButton'

[edit] Default values

Property Value
bRequire640x480 False
WinHeight 0.25
WinTop 0.375

[edit] Subobjects

[edit] cNoButton

Class: GUI.GUIButton

Property Value
__OnClick__Delegate
bBoundToParent True
Caption "NO"
TabOrder 1
WinLeft 0.65
WinTop 0.75
WinWidth 0.2

[edit] cQuitBackground

Class: GUI.GUIButton

Property Value
bAcceptsInput False
bBoundToParent True
bNeverFocus True
bScaleToParent True
StyleName "SquareBar"
WinHeight 1.0

[edit] cQuitDesc

Class: GUI.GUILabel

Property Value
Caption "Are you sure you wish to quit?"
TextAlign TXTA_Center
TextColor
Member Value
B 0
G 180
R 220
TextFont "HeaderFont"
WinHeight 32.0
WinTop 0.4

[edit] cYesButton

Class: GUI.GUIButton

Property Value
__OnClick__Delegate
bBoundToParent True
Caption "YES"
WinLeft 0.125
WinTop 0.75
WinWidth 0.2

[edit] Instance functions

[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)