Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 00042 00043 00044 00045 00046 00047 00048 00049 00050 00051 00052 00053 00054 00055 00056 00057 00058 00059 00060 00061 00062 00063 00064 00065 00066 00067 00068 00069 00070 00071 00072 00073 00074 00075 00076 00077 00078 00079 00080 |
class UT2BadCDKeyMsg extends UT2K3GUIPage; var bool bIgnoreEsc; var localized string LeaveMPButtonText; var localized string LeaveSPButtonText; var float ButtonWidth; var float ButtonHeight; var float ButtonHGap; var float ButtonVGap; var float BarHeight; var float BarVPos; function bool InternalOnClick(GUIComponent Sender) { if(Sender==Controls[1]) // OK { Controller.ReplaceMenu("xinterface.UT2MainMenu"); } return true; } defaultproperties { Begin Object Class=GUIButton name=BadCDBackground bAcceptsInput=false bNeverFocus=true StyleName="SquareBar" WinHeight=0.25 WinWidth=1 WinLeft=0 WinTop=0.375 End Object Controls(0)=GUIButton'BadCDBackground' Begin Object Class=GUIButton Name=BadCDOk Caption="OK" StyleName="MidGameButton" OnClick=InternalOnClick bBoundToParent=true WinWidth=0.250000 WinHeight=0.050000 WinLeft=0.375000 WinTop=0.675000 End Object Controls(1)=GUIButton'BadCDOK' Begin Object Class=GUILabel Name=BadCDLabel Caption="Your CD key is invalid or in use by another player" TextFont="UT2HeaderFont" TextALign=TXTA_Center TextColor=(R=255,G=255,B=255,A=255) WinWidth=1 WinHeight=0.5 WinLeft=0 WinTop=0.125 bMultiLine=true bBoundToParent=true End Object Controls(2)=GUILabel'BadCDLabel' OpenSound=sound'MenuSounds.SelectDshort' bIgnoreEsc=true bRequire640x480=false WinTop=0.375; WinHeight=0.25; WinWidth=1.0; WinLeft=0.0; } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |