Always snap to grid

UE2:UT2K4QuitPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4

Confirmation page for quitting the game. Brings the user to an advertisement page if this is the demo version of the game.

Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

NoButton

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cNoButton'

QuitDesc

Type: GUILabel

Modifiers: automated


Default value: GUILabel'cQuitDesc'

YesButton

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cYesButton'

Default values

Property Value
OnKeyEvent InternalOnKeyEvent

Subobjects

cNoButton

Class: XInterface.GUIButton

Property Value
Caption "NO"
OnClick InternalOnClick
StyleName "SquareButton"
TabOrder 1
WinHeight 0.04
WinLeft 0.610937
WinTop 0.515625
WinWidth 0.2

cQuitDesc

Class: XInterface.GUILabel

Property Value
Caption "Are you sure you wish to quit?"
RenderWeight 4.0
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 244
G 237
R 253
TextFont "UT2HeaderFont"
WinHeight 32.0
WinLeft 0.0
WinTop 0.426042
WinWidth 1.0

cYesButton

Class: XInterface.GUIButton

Property Value
Caption "YES"
OnClick InternalOnClick
StyleName "SquareButton"
TabOrder 0
WinHeight 0.04
WinLeft 0.164063
WinTop 0.515625
WinWidth 0.2

Instance functions

InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyEvent

function bool InternalOnKeyEvent (out byte Key, out byte State, float Delta)