The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:UT2K4BadCDKeyMsg (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> MessageWindow >> BlackoutWindow >> UT2K4BadCDKeyMsg |
- Package:
- GUI2K4
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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)