Gah - a solution with more questions. – EntropicLqd

UE2:Browser_ServerListPageMS (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
XInterface
Direct subclasses:
Browser_ServerListPageBuddy, Browser_ServerListPageMSCustom
This class in other games:
UT2003

null

Properties[edit]

Property group 'Browser_ServerListPageMS'[edit]

bStarted[edit]

Type: bool


GameType[edit]

Type: string


MSC[edit]

Type: MasterServerClient


Internal variables[edit]

MustUpgradeString[edit]

Type: string

Modifiers: localized


Default value: "Upgrade available. Please refresh the News page."

PingRecvString[edit]

Type: string

Modifiers: localized


Default value: "Pinging Servers"

QueryFinHead[edit]

Type: string

Modifiers: localized


Default value: "Query Complete! Received: "

QueryFinTail[edit]

Type: string

Modifiers: localized


Default value: " Servers"

RefreshCaption[edit]

Type: string

Modifiers: localized


Default value: "REFRESH LIST"

RefreshFinHead[edit]

Type: string

Modifiers: localized


Default value: "Pinging Complete! "

RefreshFinMid[edit]

Type: string

Modifiers: localized


Default value: " Servers, "

RefreshFinTail[edit]

Type: string

Modifiers: localized


Default value: " Players"

RePingServersCaption[edit]

Type: string

Modifiers: localized


Default value: "RE-PING LIST"

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController C, GUIComponent O)

Overrides: Browser_ServerListPageBase.InitComponent


Other instance functions[edit]

AddQueryTerm[edit]

function AddQueryTerm (string Key, string GameType, MasterServerClient.EQueryType QueryType)


CancelPings[edit]

function CancelPings ()

Overrides: Browser_ServerListPageBase.CancelPings


MyPingTimeout[edit]

function MyPingTimeout (int listid, ServerQueryClient.EPingCause PingCause)


MyQueryFinished[edit]

function MyQueryFinished (MasterServerClient.EResponseInfo ResponseInfo, int Info)


MyReceivedPingInfo[edit]

function MyReceivedPingInfo (int ServerID, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s)


MyRefreshClick[edit]

function bool MyRefreshClick (GUIComponent Sender)


MyRePing[edit]

function bool MyRePing (GUIComponent Sender)


OnCloseBrowser[edit]

function OnCloseBrowser ()

Overrides: Browser_Page.OnCloseBrowser


PingServer[edit]

function PingServer (int listid, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s)

Overrides: Browser_ServerListPageBase.PingServer


RefreshList[edit]

function RefreshList ()

Overrides: Browser_ServerListPageBase.RefreshList


ShowPanel[edit]

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel


UpdateStatusPingCount[edit]

function UpdateStatusPingCount ()