Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI2K4.UT2K4UserMods

Extends
ModsAndDemosTabs

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.ModsAndDemosTabs
                     |   
                     +-- GUI2K4.UT2K4UserMods

Variables Summary
boolbInitialized
GUIImagei_ModLogo
GUIScrollTextBoxlb_ModInfo
GUIListBoxlb_ModList
array<class>ModClasses
stringNoModsInfoText
stringNoModsListText
GUISectionBackgroundsb_1
GUISectionBackgroundsb_2
GUISectionBackgroundsb_3
Inherited Variables from GUI2K4.ModsAndDemosTabs
MyPage

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool LaunchClick (GUIComponent Sender)
functionbool LaunchURL (GUIComponent Sender)
function LoadUserMods ()
function ModListChange (GUIComponent Sender)
functionbool WebClick (GUIComponent Sender)
Inherited Functions from GUI2K4.ModsAndDemosTabs
InitComponent, ShowPanel


Variables Detail

bInitialized Source code

var bool bInitialized;

i_ModLogo Source code

var automated GUIImage i_ModLogo;

lb_ModInfo Source code

var automated GUIScrollTextBox lb_ModInfo;

lb_ModList Source code

var automated GUIListBox lb_ModList;

ModClasses Source code

var array<class> ModClasses;

NoModsInfoText Source code

var localized string NoModsInfoText;

NoModsListText Source code

var localized string NoModsListText;

sb_1 Source code

var automated GUISectionBackground sb_1;

sb_2 Source code

var automated GUISectionBackground sb_2;

sb_3 Source code

var automated GUISectionBackground sb_3;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

LaunchClick Source code

function bool LaunchClick ( GUIComponent Sender )

LaunchURL Source code

function bool LaunchURL ( GUIComponent Sender )

LoadUserMods Source code

function LoadUserMods ( )

ModListChange Source code

function ModListChange ( GUIComponent Sender )

WebClick Source code

function bool WebClick ( GUIComponent Sender )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUISectionBackground Name=sb1
         bFillClient=True
         Caption="Mods"
         BottomPadding=0.200000
         WinTop=0.012761
         WinLeft=0.012527
         WinWidth=0.408084
         WinHeight=0.960281
         RenderWeight=0.010000
         OnPreDraw=sb1.InternalPreDraw
     End Object
     sb_1=GUISectionBackground'GUI2K4.UT2K4UserMods.sb1'

     Begin Object Class=AltSectionBackground Name=sb2
         bFillClient=True
         Caption="Description"
         WinTop=0.012761
         WinLeft=0.431054
         WinWidth=0.562541
         WinHeight=0.965263
         RenderWeight=0.010000
         OnPreDraw=sb2.InternalPreDraw
     End Object
     sb_2=AltSectionBackground'GUI2K4.UT2K4UserMods.sb2'

     Begin Object Class=AltSectionBackground Name=sb3
         bFillClient=True
         WinTop=0.012761
         WinLeft=0.431054
         WinWidth=0.562541
         WinHeight=0.277682
         RenderWeight=0.010000
         OnPreDraw=sb3.InternalPreDraw
     End Object
     sb_3=AltSectionBackground'GUI2K4.UT2K4UserMods.sb3'

     Begin Object Class=GUIListBox Name=lbModList
         bVisibleWhenEmpty=True
         OnCreateComponent=lbModList.InternalOnCreateComponent
         WinTop=0.102865
         WinLeft=0.030468
         WinWidth=0.333985
         WinHeight=0.749024
         TabOrder=0
         OnChange=UT2K4UserMods.ModListChange
     End Object
     lb_ModList=GUIListBox'GUI2K4.UT2K4UserMods.lbModList'

     Begin Object Class=GUIScrollTextBox Name=lbModInfo
         bNoTeletype=True
         bVisibleWhenEmpty=True
         OnCreateComponent=lbModInfo.InternalOnCreateComponent
         WinTop=0.103215
         WinLeft=0.378906
         WinWidth=0.582032
         WinHeight=0.750196
         TabOrder=1
     End Object
     lb_ModInfo=GUIScrollTextBox'GUI2K4.UT2K4UserMods.lbModInfo'

     Begin Object Class=GUIImage Name=iLogo
         Image=Texture'2K4Menus.Content.modmenulogo'
         DropShadow=Texture'2K4Menus.Controls.Shadow'
         ImageStyle=ISTY_Scaled
         ImageRenderStyle=MSTY_Normal
         WinTop=0.102865
         WinLeft=0.377930
         WinWidth=0.583008
         WinHeight=0.255859
         RenderWeight=0.400000
         bVisible=False
     End Object
     i_ModLogo=GUIImage'GUI2K4.UT2K4UserMods.iLogo'

     NoModsListText="No Mods Installed"
     NoModsInfoText="There are currently no mods or TC installed in this copy of UT2004.  Add message pimping cool places to get them here"
     PropagateVisibility=False
     Tag=1
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:24.421 - Created with UnCodeX