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 |
//----------------------------------------------------------- // //----------------------------------------------------------- class ROUT2K4BotConfigPage extends UT2K4BotConfigPage; function InitComponent(GUIController MyController, GUIComponent MyOwner) { Super.InitComponent(MyController, MyOwner); class'ROInterfaceUtil'.static.SetROStyle(MyController, Controls); /*myStyleName = "ROTitleBar"; t_WindowTitle.StyleName = myStyleName; t_WindowTitle.Style = MyController.GetStyle(myStyleName,t_WindowTitle.FontScale);*/ } defaultproperties { Begin Object Class=GUISectionBackground Name=PicBK WinTop=0.078391 WinLeft=0.026150 WinWidth=0.290820 WinHeight=0.638294 OnPreDraw=PicBK.InternalPreDraw End Object sb_PicBK=GUISectionBackground'ROInterface.ROUT2K4BotConfigPage.PicBK' Begin Object Class=AltSectionBackground Name=InternalFrameImage WinTop=0.075000 WinLeft=0.040000 WinWidth=0.675859 WinHeight=0.550976 OnPreDraw=InternalFrameImage.InternalPreDraw End Object sb_Main=AltSectionBackground'ROInterface.ROUT2K4BotConfigPage.InternalFrameImage' Begin Object Class=FloatingImage Name=FloatingFrameBackground Image=Texture'InterfaceArt_tex.Menu.button_normal' DropShadow=None ImageStyle=ISTY_Stretched ImageRenderStyle=MSTY_Normal WinTop=0.020000 WinLeft=0.000000 WinWidth=1.000000 WinHeight=0.980000 RenderWeight=0.000003 End Object i_FrameBG=FloatingImage'ROInterface.ROUT2K4BotConfigPage.FloatingFrameBackground' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |