| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K3GUIPage
|
+-- ProUI.ProServerBrowser
| Variables Summary | |
|---|---|
| bool | bCreatedQueryTabs |
| bool | bCreatedStandardTabs |
| Browser_Page | LANPage |
| ProServerBrowser | |
| bool | bDontShowEmpty |
| bool | bDontShowFull |
| bool | bDontShowWithBots |
| bool | bOnlyShowNonPassword |
| bool | bOnlyShowStandard |
| string | CustomQuery |
| string | DesiredMutator |
| string | DesiredMutator2 |
| int | MaxGamespeed |
| int | MinGamespeed |
| EStatsServerView | StatsServerView |
| ETranslocServerView | TranslocServerView |
| EViewMutatorMode | ViewMutator2Mode |
| EViewMutatorMode | ViewMutatorMode |
| EWeaponStayServerView | WeaponStayServerView |
| 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 | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | 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 |
|---|
| Enumerations Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
InternalOnClose Source code| 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||