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

XInterface.ServerBrowser

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.ServerBrowser

Variables Summary
boolbCreatedQueryTabs
boolbCreatedStandardTabs
Browser_PageBRServerListPage
Browser_PageBuddiesPage
Browser_PageCTFServerListPage
Browser_PageCustomServerListPage
Browser_PageDMServerListPage
Browser_PageDomServerListPage
Browser_PageFavoritesPage
stringInvasionType
stringInvasionTypeName
Browser_PageIRCPage
Browser_PageLANPage
stringLMSType
stringLMSTypeName
Browser_PageMOTDPage
stringMutantType
stringMutantTypeName
Browser_PagePrefsPage
Browser_PageTDMServerListPage
ServerBrowser
boolbDontShowEmpty
boolbDontShowFull
boolbDontShowWithBots
boolbOnlyShowNonPassword
boolbOnlyShowStandard
stringCustomQuery
stringDesiredMutator
stringDesiredMutator2
intMaxGamespeed
intMinGamespeed
EStatsServerViewStatsServerView
ETranslocServerViewTranslocServerView
EViewMutatorModeViewMutator2Mode
EViewMutatorModeViewMutatorMode
EWeaponStayServerViewWeaponStayServerView
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Enumerations Summary
EStatsServerView
SSV_Any, SSV_OnlyStatsEnabled, SSV_NoStatsEnabled,
ETranslocServerView
TSV_Any, TSV_OnlyTransloc, TSV_NoTransloc,
EViewMutatorMode
VMM_AnyMutators, VMM_NoMutators, VMM_ThisMutator, VMM_NotThisMutator
EWeaponStayServerView
WSSV_Any, WSSV_OnlyWeaponStay, WSSV_NoWeaponStay,

Delegates Summary
delegate OnAddFavorite (GameInfo.ServerResponseLine Server)
Inherited Delegates from XInterface.GUIPage
OnCanClose, OnClose, OnOpen, OnReOpen

Functions Summary
function AddBrowserPage (Browser_Page NewPage)
functionbool HaveBonusPack ()
functionbool HaveCustomGameTypes ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function InternalOnClose (optional Bool bCanceled)
function MOTDVerified (bool bMSVerified)
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

bCreatedQueryTabs Source code

var bool bCreatedQueryTabs;

bCreatedStandardTabs Source code

var bool bCreatedStandardTabs;

BRServerListPage Source code

var Browser_Page BRServerListPage;

BuddiesPage Source code

var Browser_Page BuddiesPage;

CTFServerListPage Source code

var Browser_Page CTFServerListPage;

CustomServerListPage Source code

var Browser_Page CustomServerListPage;

DMServerListPage Source code

var Browser_Page DMServerListPage;

DomServerListPage Source code

var Browser_Page DomServerListPage;

FavoritesPage Source code

var Browser_Page FavoritesPage;

InvasionType Source code

var localized string InvasionType;

InvasionTypeName Source code

var localized string InvasionTypeName;

IRCPage Source code

var Browser_Page IRCPage;

LANPage Source code

var Browser_Page LANPage;

LMSType Source code

var localized string LMSType;

LMSTypeName Source code

var localized string LMSTypeName;

MOTDPage Source code

var Browser_Page MOTDPage;

MutantType Source code

var localized string MutantType;

MutantTypeName Source code

var localized string MutantTypeName;

PrefsPage Source code

var Browser_Page PrefsPage;

TDMServerListPage Source code

var Browser_Page TDMServerListPage;

ServerBrowser

bDontShowEmpty Source code

var(ServerBrowser) config bool bDontShowEmpty;

bDontShowFull Source code

var(ServerBrowser) config bool bDontShowFull;

bDontShowWithBots Source code

var(ServerBrowser) config bool bDontShowWithBots;

bOnlyShowNonPassword Source code

var(ServerBrowser) config bool bOnlyShowNonPassword;

bOnlyShowStandard Source code

var(ServerBrowser) config bool bOnlyShowStandard;

CustomQuery Source code

var(ServerBrowser) config string CustomQuery;

DesiredMutator Source code

var(ServerBrowser) config string DesiredMutator;

DesiredMutator2 Source code

var(ServerBrowser) config string DesiredMutator2;

MaxGamespeed Source code

var(ServerBrowser) config int MaxGamespeed;

MinGamespeed Source code

var(ServerBrowser) config int MinGamespeed;

StatsServerView Source code

var(ServerBrowser) EStatsServerView StatsServerView;

TranslocServerView Source code

var(ServerBrowser) ETranslocServerView TranslocServerView;

ViewMutator2Mode Source code

var(ServerBrowser) EViewMutatorMode ViewMutator2Mode;

ViewMutatorMode Source code

var(ServerBrowser) EViewMutatorMode ViewMutatorMode;

WeaponStayServerView Source code

var(ServerBrowser) EWeaponStayServerView WeaponStayServerView;


Enumerations Detail

EStatsServerView Source code

enum EStatsServerView
{
SSV_Any, SSV_OnlyStatsEnabled, SSV_NoStatsEnabled,
};

ETranslocServerView Source code

enum ETranslocServerView
{
TSV_Any, TSV_OnlyTransloc, TSV_NoTransloc,
};

EViewMutatorMode Source code

enum EViewMutatorMode
{
VMM_AnyMutators, VMM_NoMutators, VMM_ThisMutator, VMM_NotThisMutator
};

EWeaponStayServerView Source code

enum EWeaponStayServerView
{
WSSV_Any, WSSV_OnlyWeaponStay, WSSV_NoWeaponStay,
};


Delegates Detail

OnAddFavorite Source code

delegate OnAddFavorite ( GameInfo.ServerResponseLine Server )


Functions Detail

AddBrowserPage Source code

function AddBrowserPage ( Browser_Page NewPage )

HaveBonusPack Source code

function bool HaveBonusPack ( )

HaveCustomGameTypes Source code

function bool HaveCustomGameTypes ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnClose Source code

function InternalOnClose ( optional Bool bCanceled )

MOTDVerified Source code

function MOTDVerified ( bool bMSVerified )


Defaultproperties

defaultproperties
{
     Begin Object Class=Browser_MOTD Name=MyMOTDPage
         PageCaption="News"
     End Object
     MOTDPage=Browser_MOTD'XInterface.ServerBrowser.MyMOTDPage'

     Begin Object Class=Browser_ServerListPageMS Name=MyDMServerListPage
         GameType="xDeathMatch"
         PageCaption="DM"
     End Object
     DMServerListPage=Browser_ServerListPageMS'XInterface.ServerBrowser.MyDMServerListPage'

     Begin Object Class=Browser_ServerListPageMS Name=MyTDMServerListPage
         GameType="xTeamGame"
         PageCaption="Team DM"
     End Object
     TDMServerListPage=Browser_ServerListPageMS'XInterface.ServerBrowser.MyTDMServerListPage'

     Begin Object Class=Browser_ServerListPageMS Name=MyCTFServerListPage
         GameType="xCTFGame"
         PageCaption="CTF"
     End Object
     CTFServerListPage=Browser_ServerListPageMS'XInterface.ServerBrowser.MyCTFServerListPage'

     Begin Object Class=Browser_ServerListPageMS Name=MyBRServerListPage
         GameType="xBombingRun"
         PageCaption="Bombing Run"
     End Object
     BRServerListPage=Browser_ServerListPageMS'XInterface.ServerBrowser.MyBRServerListPage'

     Begin Object Class=Browser_ServerListPageMS Name=MyDomServerListPage
         GameType="xDoubleDom"
         PageCaption="Double Dom"
     End Object
     DomServerListPage=Browser_ServerListPageMS'XInterface.ServerBrowser.MyDomServerListPage'

     Begin Object Class=Browser_ServerListPageMSCustom Name=MyCustomServerListPage
         PageCaption="Custom"
     End Object
     CustomServerListPage=Browser_ServerListPageMSCustom'XInterface.ServerBrowser.MyCustomServerListPage'

     Begin Object Class=Browser_ServerListPageFavorites Name=MyFavoritesPage
         PageCaption="Favorites"
     End Object
     FavoritesPage=Browser_ServerListPageFavorites'XInterface.ServerBrowser.MyFavoritesPage'

     Begin Object Class=Browser_ServerListPageLAN Name=MyLANPage
         PageCaption="LAN"
     End Object
     LANPage=Browser_ServerListPageLAN'XInterface.ServerBrowser.MyLANPage'

     Begin Object Class=Browser_Prefs Name=MyPrefsPage
         PageCaption="Filter"
     End Object
     PrefsPage=Browser_Prefs'XInterface.ServerBrowser.MyPrefsPage'

     Begin Object Class=Browser_ServerListPageBuddy Name=MyBuddiesPage
         GameType="xBombingRun"
         PageCaption="Buddies"
     End Object
     BuddiesPage=Browser_ServerListPageBuddy'XInterface.ServerBrowser.MyBuddiesPage'

     Begin Object Class=Browser_IRC Name=MyIRCPage
         PageCaption="Chat"
     End Object
     IRCPage=Browser_IRC'XInterface.ServerBrowser.MyIRCPage'

     MutantTypeName="Mutant"
     InvasionTypeName="Invasion"
     LMSTypeName="Last Man Standing"
     MutantType="xMutantGame"
     InvasionType="Invasion"
     LMSType="xLastManStanding"
     MaxGamespeed=200
     bCheckResolution=True
     bPersistent=True
     Background=Texture'InterfaceContent.Backgrounds.bg10'
     Begin Object Class=GUITitleBar Name=ServerBrowserHeader
         Caption="Server Browser"
         StyleName="Header"
         WinTop=0.036406
         WinHeight=46.000000
     End Object
     Controls(0)=GUITitleBar'XInterface.ServerBrowser.ServerBrowserHeader'

     Begin Object Class=GUITabControl Name=ServerBrowserTabs
         bDockPanels=True
         TabHeight=0.040000
         WinTop=0.250000
         WinHeight=48.000000
         bAcceptsInput=True
         OnActivate=ServerBrowserTabs.InternalOnActivate
     End Object
     Controls(1)=GUITabControl'XInterface.ServerBrowser.ServerBrowserTabs'

     WinHeight=1.000000
}

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