Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIMultiComponent | +-- XInterface.GUIPage | +-- XInterface.UT2K3GUIPage | +-- XInterface.UT2BadCDKeyMsg
Variables Summary | |
---|---|
float | BarHeight |
float | BarVPos |
bool | bIgnoreEsc |
float | ButtonHeight |
float | ButtonHGap |
float | ButtonVGap |
float | ButtonWidth |
string | LeaveMPButtonText |
string | LeaveSPButtonText |
Inherited Variables from XInterface.GUIPage |
---|
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
Functions Summary | ||
---|---|---|
bool | InternalOnClick (GUIComponent Sender) |
Inherited Functions from XInterface.GUIPage |
---|
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { bIgnoreEsc=Wahr bRequire640x480=Falsch OpenSound=Sound'MenuSounds.selectDshort' Begin Object Class=GUIButton Name=BadCDBackground StyleName="SquareBar" WinTop=0.375000 WinHeight=0.250000 bAcceptsInput=Falsch bNeverFocus=Wahr OnKeyEvent=BadCDBackground.InternalOnKeyEvent End Object Controls(0)=GUIButton'XInterface.UT2BadCDKeyMsg.BadCDBackground' Begin Object Class=GUIButton Name=BadCDOk Caption="OK" StyleName="MidGameButton" WinTop=0.675000 WinLeft=0.375000 WinWidth=0.250000 WinHeight=0.050000 bBoundToParent=Wahr OnClick=UT2BadCDKeyMsg.InternalOnClick OnKeyEvent=BadCDOk.InternalOnKeyEvent End Object Controls(1)=GUIButton'XInterface.UT2BadCDKeyMsg.BadCDOk' Begin Object Class=GUILabel Name=BadCDLabel Caption="Your CD key is invalid or in use by another player" TextAlign=TXTA_Center TextColor=(B=255,G=255,R=255) TextFont="UT2HeaderFont" bMultiLine=Wahr WinTop=0.125000 WinHeight=0.500000 bBoundToParent=Wahr End Object Controls(2)=GUILabel'XInterface.UT2BadCDKeyMsg.BadCDLabel' WinTop=0.375000 WinHeight=0.250000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |