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
		WinWidth=0.408084
		WinHeight=0.960281
		WinLeft=0.012527
		WinTop=0.012761
        Caption="Mods"
        RenderWeight=0.01
        BottomPadding=0.2
        bFillClient=true
	End Object
	sb_1=sb1



	Begin Object class=AltSectionBackground Name=sb2
		WinWidth=0.562541
		WinHeight=0.965263
		WinLeft=0.431054
		WinTop=0.012761
        Caption="Description"
        RenderWeight=0.01
        bFillClient=true
	End Object
	sb_2=sb2




	Begin Object class=AltSectionBackground Name=sb3
		WinWidth=0.562541
		WinHeight=0.277682
		WinLeft=0.431054
		WinTop=0.012761
        Caption=""
        RenderWeight=0.01
        bFillClient=true
	End Object
	sb_3=sb3


	Begin Object class=GUIImage Name=iLogo
		WinWidth=0.583008
		WinHeight=0.255859
		WinLeft=0.377930
		WinTop=0.102865
		Image=Material'2K4Menus.Content.ModMenuLogo'
        DropShadow=Material'2K4Menus.Controls.shadow'
		ImageColor=(R=255,G=255,B=255,A=255);
		ImageRenderStyle=MSTY_Normal
		ImageStyle=ISTY_Scaled
        RenderWeight=0.4
        DropShadowX=0
        DropShadowY=0
        bVisible=false
	End Object
	i_ModLogo=iLogo


	
	Begin Object class=GUIListBox Name=lbModList
		WinWidth=0.333985
		WinHeight=0.749024
		WinLeft=0.030468
		WinTop=0.102865
        TabOrder=0
        bVisibleWhenEmpty=true
        OnChange=ModListChange
	End Object


    lb_ModList=lbModList


	Begin Object class=GUIScrollTextBox Name=lbModInfo
		WinWidth=0.582032
		WinHeight=0.750196
		WinLeft=0.378906
		WinTop=0.103215
        TabOrder=1
        bVisibleWhenEmpty=true
        bNoTeletype=true
	End Object


    lb_ModInfo=lbModInfo


    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: Do 14.8.2014 09:58:28.248 - Created with UnCodeX