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=MyMOTDPage


	Begin Object Class=Browser_ServerListPageMS Name=MyDMServerListPage
		GameType="xDeathMatch"
		PageCaption="DM"
	End Object
	DMServerListPage=MyDMServerListPage


	Begin Object Class=Browser_ServerListPageMS Name=MyTDMServerListPage
		GameType="xTeamGame"
		PageCaption="Team DM"
	End Object
	TDMServerListPage=MyTDMServerListPage


	Begin Object Class=Browser_ServerListPageMS Name=MyCTFServerListPage
		GameType="xCTFGame"
		PageCaption="CTF"
	End Object
	CTFServerListPage=MyCTFServerListPage


	Begin Object Class=Browser_ServerListPageMS Name=MyBRServerListPage
		GameType="xBombingRun"
		PageCaption="Bombing Run"
	End Object
	BRServerListPage=MyBRServerListPage


	Begin Object Class=Browser_ServerListPageMS Name=MyDomServerListPage
		GameType="xDoubleDom"
		PageCaption="Double Dom"
	End Object
	DomServerListPage=MyDomServerListPage


	Begin Object Class=Browser_ServerListPageMSCustom Name=MyCustomServerListPage
		PageCaption="Custom"
	End Object
	CustomServerListPage=MyCustomServerListPage


	Begin Object Class=Browser_ServerListPageFavorites Name=MyFavoritesPage
		PageCaption="Favorites"
	End Object
	FavoritesPage=MyFavoritesPage


	Begin Object Class=Browser_ServerListPageLAN Name=MyLANPage
		PageCaption="LAN"
	End Object
	LANPage=MyLANPage


	Begin Object Class=Browser_ServerListPageBuddy Name=MyBuddiesPage
		GameType="xBombingRun"
		PageCaption="Buddies"
	End Object
	BuddiesPage=MyBuddiesPage


	Begin Object Class=Browser_Prefs Name=MyPrefsPage
		PageCaption="Filter"
	End Object
	PrefsPage=MyPrefsPage


	Begin Object Class=Browser_IRC Name=MyIRCPage
		PageCaption="Chat"
	End Object
	IRCPage=MyIRCPage


	Begin Object class=GUITitleBar name=ServerBrowserHeader
		Caption="Server Browser"
		StyleName="Header"
		WinWidth=1
		WinHeight=46.000000
		WinLeft=0
		WinTop=0.036406
	End Object
	Controls(0)=GUITitleBar'ServerBrowserHeader'


	Begin Object Class=GUITabControl Name=ServerBrowserTabs
		WinWidth=1.0
		WinLeft=0
		WinTop=0.25
		WinHeight=48
		TabHeight=0.04
		bFillSpace=False
		bAcceptsInput=true
		bDockPanels=true
	End Object
	Controls(1)=GUITabControl'ServerBrowserTabs'


	Background=Material'InterfaceContent.Backgrounds.bg10'
	WinWidth=1.0
	WinHeight=1.0
	WinTop=0.0
	WinLeft=0.0
	bCheckResolution=true
	bCreatedQueryTabs=False
	bPersistent=true


	MutantTypeName="Mutant"
	MutantType="xMutantGame"


	InvasionTypeName="Invasion"
	InvasionType="Invasion"


	LMSTypeName="Last Man Standing"
	LMSType="xLastManStanding"


	
	StatsServerView=SSV_Any
	ViewMutatorMode=VMM_AnyMutators
	WeaponStayServerView=WSSV_Any
	TranslocServerView=TSV_Any
	bOnlyShowStandard=false
	bOnlyShowNonPassword=false
	bDontShowFull=false
	bDontShowEmpty=false
	bDontShowWithBots=false;
	DesiredMutator=""
	CustomQuery=""
	MinGamespeed=0
	MaxGamespeed=200
}

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