Gah - a solution with more questions. – EntropicLqd
UE2:UT2BadCDKeyMsg (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2BadCDKeyMsg |
Contents
- Package:
- XInterface
- This class in other games:
- UT2004
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. |
null
Properties
BarHeight
Type: float
BarVPos
Type: float
bIgnoreEsc
Type: bool
Default value: True
ButtonHeight
Type: float
ButtonHGap
Type: float
ButtonVGap
Type: float
ButtonWidth
Type: float
LeaveMPButtonText
Type: string
Modifiers: localized
LeaveSPButtonText
Type: string
Modifiers: localized
Default values
Property | Value |
---|---|
bRequire640x480 | False |
Controls[0] | GUIButton'BadCDBackground' |
Controls[1] | GUIButton'BadCDOk' |
Controls[2] | GUILabel'BadCDLabel' |
OpenSound | Sound'MenuSounds.SelectDshort' |
WinHeight | 0.25 |
WinTop | 0.375 |
Subobjects
BadCDBackground
Class: XInterface.GUIButton
Property | Value |
---|---|
bAcceptsInput | False |
bNeverFocus | True |
StyleName | "SquareBar" |
WinHeight | 0.25 |
WinLeft | 0.0 |
WinTop | 0.375 |
WinWidth | 1.0 |
BadCDLabel
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bBoundToParent | True | ||||||||||
bMultiLine | True | ||||||||||
Caption | "Your CD key is invalid or in use by another player" | ||||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
TextFont | "UT2HeaderFont" | ||||||||||
WinHeight | 0.5 | ||||||||||
WinLeft | 0.0 | ||||||||||
WinTop | 0.125 | ||||||||||
WinWidth | 1.0 |
BadCDOk
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
Caption | "OK" |
OnClick | InternalOnClick |
StyleName | "MidGameButton" |
WinHeight | 0.05 |
WinLeft | 0.375 |
WinTop | 0.675 |
WinWidth | 0.25 |
Instance functions
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)