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 |
//----------------------------------------------------------- // //----------------------------------------------------------- class ROUT2K4Tab_AudioSettings extends UT2K4Tab_AudioSettings; function InitComponent(GUIController MyController, GUIComponent MyOwner) { co_StatusAnnouncer = None; co_RewardAnnouncer = None; Super.InitComponent(MyController, MyOwner); i_BG2.WinWidth=0.453398; i_BG2.WinHeight=0.353045; i_BG2.WinLeft=0.004063; i_BG2.WinTop=0.540831; i_BG3.WinWidth=0.475078; i_BG3.WinHeight=0.353045; i_BG3.WinLeft=0.468712; i_BG3.WinTop=0.540831; class'ROInterfaceUtil'.static.SetROStyle(MyController, Controls); } defaultproperties { Begin Object Class=GUISectionBackground Name=AudioBK1 Caption="Sound Effects" NumColumns=2 MaxPerColumn=5 WinTop=0.017393 WinLeft=0.004063 WinWidth=0.937773 WinHeight=0.502850 OnPreDraw=AudioBK1.InternalPreDraw End Object i_BG1=GUISectionBackground'ROInterface.ROUT2K4Tab_AudioSettings.AudioBK1' Begin Object Class=GUISectionBackground Name=AudioBK2 Caption="Announcer" WinTop=0.004372 WinLeft=0.004063 WinWidth=0.987773 WinHeight=0.117498 OnPreDraw=AudioBK2.InternalPreDraw End Object i_BG2=GUISectionBackground'ROInterface.ROUT2K4Tab_AudioSettings.AudioBK2' Begin Object Class=GUISectionBackground Name=AudioBK3 Caption="Text To Speech" WinTop=0.004372 WinLeft=0.004063 WinWidth=0.987773 WinHeight=0.117498 OnPreDraw=AudioBK3.InternalPreDraw End Object i_BG3=GUISectionBackground'ROInterface.ROUT2K4Tab_AudioSettings.AudioBK3' Begin Object Class=moButton Name=VoiceOptions ButtonCaption="Configure" MenuTitle="Voice Chat Options" MenuClass="ROInterface.ROVoiceChatConfig" CaptionWidth=0.500000 Caption="Voice Options" OnCreateComponent=VoiceOptions.InternalOnCreateComponent WinTop=0.909065 WinLeft=0.527734 WinWidth=0.461134 WinHeight=0.050000 TabOrder=19 End Object b_VoiceChat=moButton'ROInterface.ROUT2K4Tab_AudioSettings.VoiceOptions' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |