The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:MyQuitPage (UE2Runtime)

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

(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
Member Value
B 0
G 180
R 220
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)