The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:UBrowserServerListWindow (UT)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

Contents

Package: 
UBrowser
Direct subclasses:
UBrowserFavoriteServers, UTBrowserServerListWindow
This class in other games:
RTNP, U1

null

[edit] Constants

[edit] MinHeightForSplitter

Value: 384


[edit] Properties

[edit] AutoRefreshTime

Type: int

Modifiers: config


[edit] bFallbackFactories

Type: bool

Modifiers: config


[edit] bHadInitialRefresh

Type: bool


[edit] bHidden

Type: bool

Modifiers: config


[edit] bNoAutoSort

Type: bool

Modifiers: config


[edit] bNoSort

Type: bool


[edit] bPingResume

Type: bool


[edit] bPingResumeIntial

Type: bool


[edit] bPingSuspend

Type: bool


[edit] bShowFailedServers

Type: bool


[edit] bSuspendPingOnClose

Type: bool


Default value: True

[edit] CompleteText

Type: string

Modifiers: localized


Default value: "Complete"

[edit] ErrorString

Type: string


[edit] Factories

Type: UBrowserServerListFactory

Array size: 10


[edit] FallbackFactory

Type: int


[edit] Grid

Type: UBrowserServerGrid


[edit] GridClass

Type: string


Default value: "UBrowser.UBrowserServerGrid"

[edit] InfoClient

Type: UBrowserInfoClientWindow


[edit] InfoItem

Type: UBrowserServerList


[edit] InfoName

Type: string

Modifiers: localized


Default value: "Info"

[edit] InfoWindow

Type: UBrowserInfoWindow


[edit] ListFactories

Type: string

Array size: 10

Modifiers: config


[edit] PingedList

Type: UBrowserServerList


[edit] PingingText

Type: string

Modifiers: localized


Default value: "Pinging Servers"

[edit] PingState

Type: EPingState


[edit] PlayerCountLeader

Type: string

Modifiers: localized


[edit] PlayerCountName

Type: string

Modifiers: localized


Default value: "Players"

[edit] QueryDone

Type: int

Array size: 10


[edit] QueryFailedText

Type: string

Modifiers: localized


Default value: "Master Server Failed: "

[edit] QueryServerText

Type: string

Modifiers: localized


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

[edit] RightClickMenuClass

Type: class<UBrowserRightClickMenu>


Default value: Class'UBrowser.UBrowserRightClickMenu'

[edit] ServerCountLeader

Type: string

Modifiers: localized


[edit] ServerCountName

Type: string

Modifiers: localized


Default value: "Servers"

[edit] ServerListClass

Type: class<UBrowserServerList>


[edit] ServerListClassName

Type: string


Default value: "UBrowser.UBrowserServerList"

[edit] ServerListTitle

Type: string

Modifiers: config

Non-localized page title

[edit] SubsetList

Type: UBrowserSubsetList


[edit] SupersetList

Type: UBrowserSupersetList


[edit] TimeElapsed

Type: float


[edit] UnpingedList

Type: UBrowserServerList


[edit] URLAppend

Type: string

Modifiers: config


[edit] VSplitter

Type: UWindowVSplitter


[edit] Enums

[edit] EPingState

PS_QueryServer 
PS_QueryFailed 
PS_Pinging 
PS_RePinging 
PS_Done 

[edit] Instance functions

[edit] AddFavorite

function UBrowserServerList AddFavorite (UBrowserServerList Server)


[edit] AddSubset

function AddSubset (UBrowserSubsetFact Subset)


[edit] AddSuperSet

function AddSuperSet (UBrowserServerListWindow Superset)


[edit] AutoInfo

function AutoInfo (UBrowserServerList I)


[edit] BeforePaint

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

Overrides: UWindowWindow.BeforePaint


[edit] Created

function Created ()

Overrides: UWindowWindow.Created


[edit] CreateFactories

function CreateFactories (bool bUsePingedList)


[edit] Paint

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

Overrides: UWindowDialogClientWindow.Paint


[edit] PingFinished

function PingFinished ()


[edit] Query

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


[edit] QueryFinished

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


[edit] Refresh

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


[edit] RefreshSubsets

function RefreshSubsets ()


[edit] RemoveOldServers

function RemoveOldServers ()


[edit] RemoveSubset

function RemoveSubset (UBrowserSubsetFact Subset)


[edit] RemoveSuperset

function RemoveSuperset (UBrowserServerListWindow Superset)


[edit] RePing

function RePing ()


[edit] Resized

function Resized ()

Overrides: UWindowWindow.Resized


[edit] ResolutionChanged

function ResolutionChanged (float W, float H)

Overrides: UWindowWindow.ResolutionChanged


[edit] ResumePinging

function ResumePinging ()


[edit] ShowInfo

function ShowInfo (UBrowserServerList I, optional bool bAutoInfo)


[edit] ShowInfoArea

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


[edit] ShutdownFactories

function ShutdownFactories (optional bool bBySuperset)


[edit] SuspendPinging

function SuspendPinging ()


[edit] TagServersAsOld

function TagServersAsOld ()


[edit] Tick

function Tick (float Delta)

Overrides: UWindowWindow.Tick


[edit] WindowHidden

function WindowHidden ()

Overrides: UWindowWindow.WindowHidden


[edit] WindowShown

function WindowShown ()

Overrides: UWindowWindow.WindowShown