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

GUI2K4.Ut2K4Community

Extends
ModsAndDemosTabs

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

Variables Summary
GUIScrollTextBoxCommunityNews
stringDefaultNews
boolGotNews
intLastModRevLevel
intModRevLevel
MasterServerClientMSC
Inherited Variables from GUI2K4.ModsAndDemosTabs
MyPage

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


Variables Detail

CommunityNews Source code

var automated GUIScrollTextBox CommunityNews;

DefaultNews Source code

var localized string DefaultNews;

GotNews Source code

var bool GotNews;

LastModRevLevel Source code

var config int LastModRevLevel;

ModRevLevel Source code

var config int ModRevLevel;

MSC Source code

var MasterServerClient MSC;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

LaunchURL Source code

function bool LaunchURL ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
	Begin Object class=GUIScrollTextBox Name=lbCommunityNews
		WinWidth=0.96
		WinHeight=0.96
		WinLeft=0.02
		WinTop=0.02
        TabOrder=0
        bVisibleWhenEmpty=true
        bNoTeletype=true
	End Object
    CommunityNews=lbCommunityNews
	Tag=0


    DefaultNews="Thank you for purchasing Unreal Tournament 2004||Attempting to retrieve the latest news from the Master Server, please stand by..."


}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:26.485 - Created with UnCodeX