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 |
//----------------------------------------------------------- // //----------------------------------------------------------- class ROVoiceChatConfig extends VoiceChatConfig; /* var() Texture mytexture; function InitComponent( GUIController InController, GUIComponent InOwner ) { local string myStyleName; Super.InitComponent(InController, InOwner); sb_Main.HeaderTop=mytexture; sb_Main.HeaderBar=mytexture; sb_Main.HeaderBase=mytexture; class'ROInterfaceUtil'.static.SetROStyle(InController, Controls); } function bool SystemMenuPreDraw(canvas Canvas) { b_ExitButton.SetPosition( t_WindowTitle.ActualLeft() + (t_WindowTitle.ActualWidth()-35), t_WindowTitle.ActualTop()+10, 24, 24, true); return true; } DefaultProperties { Begin Object Class=FloatingImage Name=FloatingFrameBackground // Image=Texture'2K4Menus.NewControls.Display1' Image=Texture'ROInterfaceArt.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.ROVoiceChatConfig.FloatingFrameBackground' mytexture=Texture'ROInterfaceArt.ButtonNormal' }*/ defaultproperties { } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |