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

UE1:UBrowserServerListWindow (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
UBrowser
Direct subclasses:
UBrowserFavoriteServers, UTBrowserServerListWindow
This class in other games:
RTNP, U1

null

Constants[edit]

MinHeightForSplitter[edit]

Value: 384


Properties[edit]

AutoRefreshTime[edit]

Type: int

Modifiers: config


bFallbackFactories[edit]

Type: bool

Modifiers: config


bHadInitialRefresh[edit]

Type: bool


bHidden[edit]

Type: bool

Modifiers: config


bNoAutoSort[edit]

Type: bool

Modifiers: config


bNoSort[edit]

Type: bool


bPingResume[edit]

Type: bool


bPingResumeIntial[edit]

Type: bool


bPingSuspend[edit]

Type: bool


bShowFailedServers[edit]

Type: bool


bSuspendPingOnClose[edit]

Type: bool


Default value: True

CompleteText[edit]

Type: string

Modifiers: localized


Default value: "Complete"

ErrorString[edit]

Type: string


Factories[edit]

Type: UBrowserServerListFactory

Array size: 10


FallbackFactory[edit]

Type: int


Grid[edit]

Type: UBrowserServerGrid


GridClass[edit]

Type: string


Default value: "UBrowser.UBrowserServerGrid"

InfoClient[edit]

Type: UBrowserInfoClientWindow


InfoItem[edit]

Type: UBrowserServerList


InfoName[edit]

Type: string

Modifiers: localized


Default value: "Info"

InfoWindow[edit]

Type: UBrowserInfoWindow


ListFactories[edit]

Type: string

Array size: 10

Modifiers: config


PingedList[edit]

Type: UBrowserServerList


PingingText[edit]

Type: string

Modifiers: localized


Default value: "Pinging Servers"

PingState[edit]

Type: EPingState


PlayerCountLeader[edit]

Type: string

Modifiers: localized


PlayerCountName[edit]

Type: string

Modifiers: localized


Default value: "Players"

QueryDone[edit]

Type: int

Array size: 10


QueryFailedText[edit]

Type: string

Modifiers: localized


Default value: "Master Server Failed: "

QueryServerText[edit]

Type: string

Modifiers: localized


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

RightClickMenuClass[edit]

Type: class<UBrowserRightClickMenu>


Default value: Class'UBrowser.UBrowserRightClickMenu'

ServerCountLeader[edit]

Type: string

Modifiers: localized


ServerCountName[edit]

Type: string

Modifiers: localized


Default value: "Servers"

ServerListClass[edit]

Type: class<UBrowserServerList>


ServerListClassName[edit]

Type: string


Default value: "UBrowser.UBrowserServerList"

ServerListTitle[edit]

Type: string

Modifiers: config

Non-localized page title

SubsetList[edit]

Type: UBrowserSubsetList


SupersetList[edit]

Type: UBrowserSupersetList


TimeElapsed[edit]

Type: float


UnpingedList[edit]

Type: UBrowserServerList


URLAppend[edit]

Type: string

Modifiers: config


VSplitter[edit]

Type: UWindowVSplitter


Enums[edit]

EPingState[edit]

PS_QueryServer 
PS_QueryFailed 
PS_Pinging 
PS_RePinging 
PS_Done 

Instance functions[edit]

AddFavorite[edit]

function UBrowserServerList AddFavorite (UBrowserServerList Server)


AddSubset[edit]

function AddSubset (UBrowserSubsetFact Subset)


AddSuperSet[edit]

function AddSuperSet (UBrowserServerListWindow Superset)


AutoInfo[edit]

function AutoInfo (UBrowserServerList I)


BeforePaint[edit]

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

Overrides: UWindowWindow.BeforePaint


Created[edit]

function Created ()

Overrides: UWindowWindow.Created


CreateFactories[edit]

function CreateFactories (bool bUsePingedList)


Paint[edit]

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

Overrides: UWindowDialogClientWindow.Paint


PingFinished[edit]

function PingFinished ()


Query[edit]

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


QueryFinished[edit]

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


Refresh[edit]

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


RefreshSubsets[edit]

function RefreshSubsets ()


RemoveOldServers[edit]

function RemoveOldServers ()


RemoveSubset[edit]

function RemoveSubset (UBrowserSubsetFact Subset)


RemoveSuperset[edit]

function RemoveSuperset (UBrowserServerListWindow Superset)


RePing[edit]

function RePing ()


Resized[edit]

function Resized ()

Overrides: UWindowWindow.Resized


ResolutionChanged[edit]

function ResolutionChanged (float W, float H)

Overrides: UWindowWindow.ResolutionChanged


ResumePinging[edit]

function ResumePinging ()


ShowInfo[edit]

function ShowInfo (UBrowserServerList I, optional bool bAutoInfo)


ShowInfoArea[edit]

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


ShutdownFactories[edit]

function ShutdownFactories (optional bool bBySuperset)


SuspendPinging[edit]

function SuspendPinging ()


TagServersAsOld[edit]

function TagServersAsOld ()


Tick[edit]

function Tick (float Delta)

Overrides: UWindowWindow.Tick


WindowHidden[edit]

function WindowHidden ()

Overrides: UWindowWindow.WindowHidden


WindowShown[edit]

function WindowShown ()

Overrides: UWindowWindow.WindowShown