My program doesn't have bugs. It just develops random features.

UE2:UT2K4BadCDKeyMsg (UT2004)

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

Created on: 08/15/2003 Menu that appears when user has invalid CD-key or CD-key is already used.

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

Properties[edit]

b_OK[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'OkButton'

l_Title[edit]

Type: GUILabel

Modifiers: automated


Default value: GUILabel'BadCDLabel'

Default values[edit]

Property Value
OnKeyEvent InternalOnKeyEvent

Subobjects[edit]

BadCDLabel[edit]

Class: XInterface.GUILabel

Property Value
bBoundToParent True
bMultiLine True
Caption "Your CD key is invalid or in use by another player"
FontScale FNS_Large
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.23125
WinLeft 0.0
WinTop 0.383333
WinWidth 1.0

OkButton[edit]

Class: XInterface.GUIButton

Property Value
Caption "OK"
OnClick InternalOnClick
WinHeight 0.04
WinLeft 0.4
WinTop 0.55
WinWidth 0.2

Instance functions[edit]

InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyEvent[edit]

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