UE2:MyQuitPage (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> MyQuitPage
Package:
GUI

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

Properties

NoButton

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cNoButton'

QuitBackground

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cQuitBackground'

QuitDesc

Type: GUILabel

Modifiers: automated


Default value: GUILabel'cQuitDesc'

YesButton

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cYesButton'

Default values

Property Value
bRequire640x480 False
WinHeight 0.25
WinTop 0.375

Subobjects

cNoButton

Class: GUI.GUIButton

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

cQuitBackground

Class: GUI.GUIButton

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

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

cYesButton

Class: GUI.GUIButton

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

Instance functions

InternalOnClick

function bool InternalOnClick (GUIComponent Sender)