I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:UT2K4BadCDKeyMsg (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

b_OK

Type: GUIButton

Modifiers: automated


Default value: GUIButton'OkButton'

l_Title

Type: GUILabel

Modifiers: automated


Default value: GUILabel'BadCDLabel'

Default values

Property Value
OnKeyEvent InternalOnKeyEvent

Subobjects

BadCDLabel

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

Class: XInterface.GUIButton

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

Instance functions

InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


InternalOnKeyEvent

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