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 00081 00082 00083 00084 00085 00086 00087 00088 00089 00090 00091 00092 00093 00094 00095 00096 00097 00098 00099 00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00121 00122 00123 00124 00125 00126 00127 00128 00129 00130 00131 00132 00133 00134 00135 00136 00137 00138 00139 00140 00141 00142 00143 00144 00145 00146 00147 00148 00149 00150 00151 00152 00153 00154 00155 00156 00157 00158 00159 00160 00161 00162 00163 00164 00165 00166 00167 00168 00169 00170 00171 00172 00173 00174 00175 00176 00177 00178 00179 00180 00181 00182 00183 00184 00185 00186 00187 |
//----------------------------------------------------------- // //----------------------------------------------------------- class ROUT2K4Tab_GameSettings extends UT2K4Tab_GameSettings; function InitComponent(GUIController MyController, GUIComponent MyOwner) { Super.InitComponent(MyController, MyOwner); class'ROInterfaceUtil'.static.SetROStyle(MyController, Controls); } defaultproperties { Begin Object Class=GUISectionBackground Name=GameBK1 Caption="Gameplay" WinTop=0.033853 WinLeft=0.014649 WinWidth=0.449609 WinHeight=0.748936 RenderWeight=0.100100 OnPreDraw=GameBK1.InternalPreDraw End Object i_BG1=GUISectionBackground'ROInterface.ROUT2K4Tab_GameSettings.GameBK1' Begin Object Class=GUISectionBackground Name=GameBK2 Caption="Network" WinTop=0.033853 WinLeft=0.470078 WinWidth=0.496484 WinHeight=0.199610 OnPreDraw=GameBK2.InternalPreDraw End Object i_BG2=GUISectionBackground'ROInterface.ROUT2K4Tab_GameSettings.GameBK2' Begin Object Class=GUISectionBackground Name=GameBK3 Caption="Stats" WinTop=0.242399 WinLeft=0.470078 WinWidth=0.496484 WinHeight=0.308985 RenderWeight=0.100200 OnPreDraw=GameBK3.InternalPreDraw End Object i_BG3=GUISectionBackground'ROInterface.ROUT2K4Tab_GameSettings.GameBK3' i_BG4=None Begin Object Class=GUISectionBackground Name=GameBK5 Caption="Unique ID / Messages" WinTop=0.791393 WinLeft=0.017419 WinWidth=0.965712 WinHeight=0.100706 RenderWeight=0.100200 OnPreDraw=GameBK5.InternalPreDraw End Object i_BG5=GUISectionBackground'ROInterface.ROUT2K4Tab_GameSettings.GameBK5' ch_WeaponBob=None ch_AutoSwitch=None ch_Speech=None ch_Dodging=None ch_AutoAim=None ch_ClassicTrans=None ch_LandShake=None Begin Object Class=GUILabel Name=EpicID Caption="Your Unique id is:" TextAlign=TXTA_Center StyleName="TextLabel" WinTop=0.818220 WinLeft=0.054907 WinWidth=0.888991 WinHeight=0.067703 RenderWeight=0.200000 End Object l_ID=GUILabel'ROInterface.ROUT2K4Tab_GameSettings.EpicID' Begin Object Class=GUIButton Name=ViewOnlineStats Caption="View Stats" Hint="Click to launch the UT stats website." WinTop=0.454124 WinLeft=0.757885 WinWidth=0.166055 WinHeight=0.050000 TabOrder=13 OnClick=UT2K4Tab_GameSettings.OnViewStats OnKeyEvent=ViewOnlineStats.InternalOnKeyEvent End Object b_Stats=GUIButton'ROInterface.ROUT2K4Tab_GameSettings.ViewOnlineStats' Begin Object Class=moCheckBox Name=OnlineTrackStats ComponentJustification=TXTA_Left CaptionWidth=0.900000 Caption="Track Stats" OnCreateComponent=OnlineTrackStats.InternalOnCreateComponent IniOption="@Internal" IniDefault="True" Hint="Enable this option to join the online ranking system." WinTop=0.308374 WinLeft=0.631349 WinWidth=0.170273 TabOrder=10 OnChange=UT2K4Tab_GameSettings.InternalOnChange OnLoadINI=UT2K4Tab_GameSettings.InternalOnLoadINI End Object ch_TrackStats=moCheckBox'ROInterface.ROUT2K4Tab_GameSettings.OnlineTrackStats' Begin Object Class=moCheckBox Name=NetworkDynamicNetspeed ComponentJustification=TXTA_Left CaptionWidth=0.940000 Caption="Dynamic Netspeed" OnCreateComponent=NetworkDynamicNetspeed.InternalOnCreateComponent IniOption="@Internal" Hint="Netspeed is automatically adjusted based on the speed of your network connection" WinTop=0.154567 WinLeft=0.506497 WinWidth=0.419297 TabOrder=9 OnChange=UT2K4Tab_GameSettings.InternalOnChange OnLoadINI=UT2K4Tab_GameSettings.InternalOnLoadINI End Object ch_DynNetspeed=moCheckBox'ROInterface.ROUT2K4Tab_GameSettings.NetworkDynamicNetspeed' ch_Precache=None Begin Object Class=moComboBox Name=OnlineNetSpeed bReadOnly=True ComponentJustification=TXTA_Left CaptionWidth=0.550000 Caption="Connection" OnCreateComponent=OnlineNetSpeed.InternalOnCreateComponent IniOption="@Internal" IniDefault="Cable Modem/DSL" Hint="How fast is your connection?" WinTop=0.105768 WinLeft=0.506497 WinWidth=0.419297 TabOrder=8 OnChange=UT2K4Tab_GameSettings.InternalOnChange OnLoadINI=UT2K4Tab_GameSettings.InternalOnLoadINI End Object co_Netspeed=moComboBox'ROInterface.ROUT2K4Tab_GameSettings.OnlineNetSpeed' Begin Object Class=moEditBox Name=OnlineStatsName CaptionWidth=0.400000 Caption="UserName" OnCreateComponent=OnlineStatsName.InternalOnCreateComponent IniOption="@Internal" Hint="Please select a name to use for UT Stats!" WinTop=0.358082 WinLeft=0.504912 WinWidth=0.419316 TabOrder=11 OnChange=UT2K4Tab_GameSettings.InternalOnChange OnLoadINI=UT2K4Tab_GameSettings.InternalOnLoadINI End Object ed_Name=moEditBox'ROInterface.ROUT2K4Tab_GameSettings.OnlineStatsName' Begin Object Class=moEditBox Name=OnlineStatsPW CaptionWidth=0.400000 Caption="Password" OnCreateComponent=OnlineStatsPW.InternalOnCreateComponent IniOption="@Internal" Hint="Please select a password that will secure your UT Stats!" WinTop=0.405868 WinLeft=0.504912 WinWidth=0.419316 TabOrder=12 OnChange=UT2K4Tab_GameSettings.InternalOnChange OnLoadINI=UT2K4Tab_GameSettings.InternalOnLoadINI End Object ed_Password=moEditBox'ROInterface.ROUT2K4Tab_GameSettings.OnlineStatsPW' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |