| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.ModsAndDemosTabs
|
+-- GUI2K4.UT2K4UserMods
| Variables Summary | |
|---|---|
| bool | bInitialized |
| GUIImage | i_ModLogo |
| GUIScrollTextBox | lb_ModInfo |
| GUIListBox | lb_ModList |
| array<class> | ModClasses |
| string | NoModsInfoText |
| string | NoModsListText |
| GUISectionBackground | sb_1 |
| GUISectionBackground | sb_2 |
| GUISectionBackground | sb_3 |
| Inherited Variables from GUI2K4.ModsAndDemosTabs |
|---|
| MyPage |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | bool | LaunchClick (GUIComponent Sender)) |
![]() | bool | LaunchURL (GUIComponent Sender)) |
![]() | LoadUserMods ())) | |
![]() | ModListChange (GUIComponent Sender)) | |
![]() | bool | WebClick (GUIComponent Sender)) |
| Inherited Functions from GUI2K4.ModsAndDemosTabs |
|---|
| InitComponent, ShowPanel |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
LaunchClick Source code
LaunchURL Source code
LoadUserMods Source code
ModListChange Source code
WebClick Source code| 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||