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

GUI2K4.UT2K4ModsAndDemos

Extends
UT2K4MainPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.UT2K4MainPage
                  |   
                  +-- GUI2K4.UT2K4ModsAndDemos

Variables Summary
boolbAlreadyNotified
stringConnectFailed
stringConnectTimeout
MasterServerClientMSC
UT2K4ModFooterMyFooter
Ut2K4Communitytp_Community
UT2K4Demostp_Demos
UT2K4Moviestp_Movies
UT2K4Ownagetp_Ownage
UT2K4UserModstp_UserMods
Inherited Variables from GUI2K4.UT2K4MainPage
c_Tabs, HighScoreFile, i_Background, i_bkChar, i_bkScan, PanelCaption, PanelClass, PanelHint, TotalUnlockedCharacters, t_Footer, t_Header
Inherited Variables from XInterface.UT2K4GUIPage
BeepSound, FadeInSound, PopInSound, SlideInSound

Functions Summary
event Closed (GUIComponent Sender, bool bCancelled))
function HandleClick (int Button))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function MyOnQueryFinished (MasterServerClient.EResponseInfo ResponseInfo, int Info ))
function MyReceivedModMOTDData (string data ))
function MyReceivedOwnageItem (int Level, string ItemName, string ItemDesc, string ItemURL))
Inherited Functions from GUI2K4.UT2K4MainPage
GetRestoreParams, HandleParameters, InitComponent, InternalOnChange, IsUnlocked, UnlockCharacter


Variables Detail

bAlreadyNotified Source code

var bool bAlreadyNotified;

ConnectFailed Source code

var localized string ConnectFailed;

ConnectTimeout Source code

var localized string ConnectTimeout;

MSC Source code

var MasterServerClient MSC;

MyFooter Source code

var UT2K4ModFooter MyFooter;

tp_Community Source code

var Ut2K4Community tp_Community;

tp_Demos Source code

var UT2K4Demos tp_Demos;

tp_Movies Source code

var UT2K4Movies tp_Movies;

tp_Ownage Source code

var UT2K4Ownage tp_Ownage;

tp_UserMods Source code

var UT2K4UserMods tp_UserMods;


Functions Detail

Closed Source code

event Closed ( GUIComponent Sender, bool bCancelled) )

HandleClick Source code

function HandleClick ( int Button) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

MyOnQueryFinished Source code

function MyOnQueryFinished ( MasterServerClient.EResponseInfo ResponseInfo, int Info ) )

MyReceivedModMOTDData Source code

function MyReceivedModMOTDData ( string data ) )

MyReceivedOwnageItem Source code

function MyReceivedOwnageItem ( int Level, string ItemName, string ItemDesc, string ItemURL) )


Defaultproperties

defaultproperties
{
     ConnectFailed="The Killing Floor master server could not be reached.  Please try again later."
     ConnectTimeout="Your connection to the Killing Floor master server has timed out."
     Begin Object Class=GUIHeader Name=ModHeader
         Caption="The Killing Floor Community"
         RenderWeight=0.300000
     End Object
     t_Header=GUIHeader'GUI2K4.UT2K4ModsAndDemos.ModHeader'


     Begin Object Class=UT2K4ModFooter Name=ModFooter
         WinTop=0.957943
         RenderWeight=0.300000
         OnPreDraw=ModFooter.InternalOnPreDraw
     End Object
     t_Footer=UT2K4ModFooter'GUI2K4.UT2K4ModsAndDemos.ModFooter'


     PanelCaption(0)="News"
     PanelCaption(1)="User Mods"
     PanelCaption(2)="Ownage Maps"
     PanelCaption(3)="Demos"
     PanelCaption(4)="Movies"
     PanelHint(0)="Get the latest news from the Killing Floor community..."
     PanelHint(1)="Activate a user mod that is already installed..."
     PanelHint(2)="Epic recommends..."
     PanelHint(3)="Replay a pre-recorded demo file..."
     PanelHint(4)="View fan movies created with UnrealEd and Matinee"
     bPersistent=False
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:56.405 - Created with UnCodeX