UE1:UBrowserServerListWindow (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Package:
UBrowser
Direct subclasses:
UBrowserFavoriteServers, UTBrowserServerListWindow
This class in other games:

null

Constants

MinHeightForSplitter

Value: 384


Properties

AutoRefreshTime

Type: int

Modifiers: config


bFallbackFactories

Type: bool

Modifiers: config


bHadInitialRefresh

Type: bool


bHidden

Type: bool

Modifiers: config


bNoAutoSort

Type: bool

Modifiers: config


bNoSort

Type: bool


bPingResume

Type: bool


bPingResumeIntial

Type: bool


bPingSuspend

Type: bool


bShowFailedServers

Type: bool


bSuspendPingOnClose

Type: bool


Default value: True

CompleteText

Type: string

Modifiers: localized


Default value: "Complete"

ErrorString

Type: string


Factories

Type: UBrowserServerListFactory

Array size: 10


FallbackFactory

Type: int


Grid

Type: UBrowserServerGrid


GridClass

Type: string


Default value: "UBrowser.UBrowserServerGrid"

InfoClient

Type: UBrowserInfoClientWindow


InfoItem

Type: UBrowserServerList


InfoName

Type: string

Modifiers: localized


Default value: "Info"

InfoWindow

Type: UBrowserInfoWindow


ListFactories

Type: string

Array size: 10

Modifiers: config


PingedList

Type: UBrowserServerList


PingingText

Type: string

Modifiers: localized


Default value: "Pinging Servers"

PingState

Type: EPingState


PlayerCountLeader

Type: string

Modifiers: localized


PlayerCountName

Type: string

Modifiers: localized


Default value: "Players"

QueryDone

Type: int

Array size: 10


QueryFailedText

Type: string

Modifiers: localized


Default value: "Master Server Failed: "

QueryServerText

Type: string

Modifiers: localized


Default value: "Querying master server (hit F5 if nothing happens)"

RightClickMenuClass

Type: class<UBrowserRightClickMenu>


Default value: Class'UBrowser.UBrowserRightClickMenu'

ServerCountLeader

Type: string

Modifiers: localized


ServerCountName

Type: string

Modifiers: localized


Default value: "Servers"

ServerListClass

Type: class<UBrowserServerList>


ServerListClassName

Type: string


Default value: "UBrowser.UBrowserServerList"

ServerListTitle

Type: string

Modifiers: config

Non-localized page title

SubsetList

Type: UBrowserSubsetList


SupersetList

Type: UBrowserSupersetList


TimeElapsed

Type: float


UnpingedList

Type: UBrowserServerList


URLAppend

Type: string

Modifiers: config


VSplitter

Type: UWindowVSplitter


Enums

EPingState

PS_QueryServer
PS_QueryFailed
PS_Pinging
PS_RePinging
PS_Done

Instance functions

AddFavorite

function UBrowserServerList AddFavorite (UBrowserServerList Server)


AddSubset

function AddSubset (UBrowserSubsetFact Subset)


AddSuperSet

function AddSuperSet (UBrowserServerListWindow Superset)


AutoInfo

function AutoInfo (UBrowserServerList I)


BeforePaint

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowWindow.BeforePaint


Created

function Created ()

Overrides: UWindowWindow.Created


CreateFactories

function CreateFactories (bool bUsePingedList)


Paint

function Paint (Canvas C, float X, float Y)

Overrides: UWindowDialogClientWindow.Paint


PingFinished

function PingFinished ()


Query

function Query (optional bool bBySuperset, optional bool bInitial, optional bool bInNoSort)


QueryFinished

function QueryFinished (UBrowserServerListFactory Fact, bool bSuccess, optional string ErrorMsg)


Refresh

function Refresh (optional bool bBySuperset, optional bool bInitial, optional bool bSaveExistingList, optional bool bInNoSort)


RefreshSubsets

function RefreshSubsets ()


RemoveOldServers

function RemoveOldServers ()


RemoveSubset

function RemoveSubset (UBrowserSubsetFact Subset)


RemoveSuperset

function RemoveSuperset (UBrowserServerListWindow Superset)


RePing

function RePing ()


Resized

function Resized ()

Overrides: UWindowWindow.Resized


ResolutionChanged

function ResolutionChanged (float W, float H)

Overrides: UWindowWindow.ResolutionChanged


ResumePinging

function ResumePinging ()


ShowInfo

function ShowInfo (UBrowserServerList I, optional bool bAutoInfo)


ShowInfoArea

function ShowInfoArea (bool bShow, optional bool bFloating, optional bool bNoActivate)


ShutdownFactories

function ShutdownFactories (optional bool bBySuperset)


SuspendPinging

function SuspendPinging ()


TagServersAsOld

function TagServersAsOld ()


Tick

function Tick (float Delta)

Overrides: UWindowWindow.Tick


WindowHidden

function WindowHidden ()

Overrides: UWindowWindow.WindowHidden


WindowShown

function WindowShown ()

Overrides: UWindowWindow.WindowShown