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

ProUI.ProServerBrowser

Extends
UT2K3GUIPage

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

Variables Summary
boolbCreatedQueryTabs
boolbCreatedStandardTabs
Browser_PageLANPage
ProServerBrowser
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,

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InternalOnClose (optional Bool bCanceled))
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;

LANPage Source code

var Browser_Page LANPage;

ProServerBrowser

bDontShowEmpty Source code

var(ProServerBrowser) config bool bDontShowEmpty;

bDontShowFull Source code

var(ProServerBrowser) config bool bDontShowFull;

bDontShowWithBots Source code

var(ProServerBrowser) config bool bDontShowWithBots;

bOnlyShowNonPassword Source code

var(ProServerBrowser) config bool bOnlyShowNonPassword;

bOnlyShowStandard Source code

var(ProServerBrowser) config bool bOnlyShowStandard;

CustomQuery Source code

var(ProServerBrowser) config string CustomQuery;

DesiredMutator Source code

var(ProServerBrowser) config string DesiredMutator;

DesiredMutator2 Source code

var(ProServerBrowser) config string DesiredMutator2;

MaxGamespeed Source code

var(ProServerBrowser) config int MaxGamespeed;

MinGamespeed Source code

var(ProServerBrowser) config int MinGamespeed;

StatsServerView Source code

var(ProServerBrowser) EStatsServerView StatsServerView;

TranslocServerView Source code

var(ProServerBrowser) ETranslocServerView TranslocServerView;

ViewMutator2Mode Source code

var(ProServerBrowser) EViewMutatorMode ViewMutator2Mode;

ViewMutatorMode Source code

var(ProServerBrowser) EViewMutatorMode ViewMutatorMode;

WeaponStayServerView Source code

var(ProServerBrowser) 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,
};


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnClose Source code

function InternalOnClose ( optional Bool bCanceled) )


Defaultproperties

defaultproperties
{
	Begin Object Class=Browser_ServerListPageLAN Name=ProLANPage
		PageCaption="LAN"
	End Object
	LANPage=ProLANPage


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


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


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


	
	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: Mon 5/5/2025 20:56:05.463 - Created with UnCodeX